Searched refs:WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN (Results 1 – 2 of 2) sorted by relevance
30 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) in wlcore_rx_get_buf_size()39 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) in wlcore_rx_get_align_buf_size()
554 #define WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN BIT(3) macro