Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Drecv.c576 sc->ps_flags |= PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON; in ath_rx_ps_beacon()
580 if (sc->ps_flags & PS_WAIT_FOR_CAB) { in ath_rx_ps_beacon()
586 sc->ps_flags &= ~PS_WAIT_FOR_CAB; in ath_rx_ps_beacon()
602 } else if ((sc->ps_flags & PS_WAIT_FOR_CAB) && in ath_rx_ps()
611 sc->ps_flags &= ~(PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON); in ath_rx_ps()
621 PS_WAIT_FOR_CAB | in ath_rx_ps()
1197 PS_WAIT_FOR_CAB | in ath_rx_tasklet()
Dath9k.h974 #define PS_WAIT_FOR_CAB BIT(1) macro
Dmain.c164 PS_WAIT_FOR_CAB | in ath9k_ps_restore()
1476 PS_WAIT_FOR_CAB | in ath9k_disable_ps()
Dxmit.c2488 PS_WAIT_FOR_CAB | in ath_tx_complete()