Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Drx.c30 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()
Dwlcore.h554 #define WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN BIT(3) macro
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/
Dmain.c672 wl->quirks |= WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN | in wl18xx_identify_chip()
1138 if (wl->quirks & WLCORE_QUIRK_RX_BLOCKSIZE_ALIGN) { in wl18xx_set_host_cfg_bitmap()