Home
last modified time | relevance | path

Searched refs:RX_BUF_ALIGN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Drx.c142 reserved = RX_BUF_ALIGN; in wl1271_rx_handle_data()
144 offset_to_data = RX_BUF_ALIGN; in wl1271_rx_handle_data()
188 skb_pull(skb, RX_BUF_ALIGN); in wl1271_rx_handle_data()
Drx.h112 #define RX_BUF_ALIGN 2 macro