Home
last modified time | relevance | path

Searched refs:WLCORE_QUIRK_END_OF_TRANSACTION (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Drx.c285 if (wl->quirks & WLCORE_QUIRK_END_OF_TRANSACTION) { in wlcore_rx()
Dwlcore.h548 #define WLCORE_QUIRK_END_OF_TRANSACTION BIT(0) macro
Dtx.c837 if (wl->quirks & WLCORE_QUIRK_END_OF_TRANSACTION) { in wlcore_tx_work_locked()
/linux-5.19.10/drivers/net/wireless/ti/wl12xx/
Dmain.c967 wl->quirks |= WLCORE_QUIRK_END_OF_TRANSACTION; in wl127x_boot_clk()