Home
last modified time | relevance | path

Searched refs:WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dwlcore.h551 #define WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN BIT(2) macro
Dtx.c183 !(wl->quirks & WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN)) in wlcore_calc_packet_alignment()
Dmain.c1062 wl->quirks &= ~WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN; in wl12xx_chip_wakeup()
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/
Dmain.c686 wl->quirks |= WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN | in wl12xx_identify_chip()
1394 if (wl->quirks & WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN) in wl12xx_hw_init()
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/
Dmain.c673 WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN | in wl18xx_identify_chip()
1132 if (wl->quirks & WLCORE_QUIRK_TX_BLOCKSIZE_ALIGN) { in wl18xx_set_host_cfg_bitmap()