Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dath9k.h205 BUF_AGGR = BIT(1), enumerator
209 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
A Dxmit.c983 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
1406 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1703 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()

Completed in 16 milliseconds