Home
last modified time | relevance | path

Searched refs:WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ti/wlcore/
Drx.c44 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) in wlcore_rx_get_buf_size()
53 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) in wlcore_rx_get_align_buf_size()
Dwlcore.h567 #define WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN BIT(3) macro
/drivers/net/wireless/ti/wl18xx/
Dmain.c685 wl->quirks |= WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN | in wl18xx_identify_chip()
1149 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) { in wl18xx_set_host_cfg_bitmap()