Home
last modified time | relevance | path

Searched refs:AGGR_CLEANUP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dxmit.c223 tid->state &= ~AGGR_CLEANUP; in ath_tx_flush_tid()
519 } else if ((tid->state & AGGR_CLEANUP) || !retry) { in ath_tx_complete_aggr()
549 if (!txpending || (tid->state & AGGR_CLEANUP)) { in ath_tx_complete_aggr()
624 if (tid->state & AGGR_CLEANUP) in ath_tx_complete_aggr()
1187 if (txtid->state & (AGGR_CLEANUP | AGGR_ADDBA_COMPLETE)) in ath_tx_aggr_start()
1207 if (txtid->state & AGGR_CLEANUP) in ath_tx_aggr_stop()
1225 txtid->state |= AGGR_CLEANUP; in ath_tx_aggr_stop()
2473 tid->state &= ~AGGR_CLEANUP; in ath_tx_node_init()
2517 tid->state &= ~AGGR_CLEANUP; in ath_tx_node_cleanup()
Dath9k.h270 #define AGGR_CLEANUP BIT(1) macro