Home
last modified time | relevance | path

Searched refs:BUF_AGGR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dath9k.h199 * @BUF_AGGR: Indicates whether the buffer can be aggregated
204 BUF_AGGR = BIT(1), enumerator
208 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
H A Dxmit.c942 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
1365 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1663 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dath9k.h200 * @BUF_AGGR: Indicates whether the buffer can be aggregated
205 BUF_AGGR = BIT(1), enumerator
209 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
H A Dxmit.c991 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
1426 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1723 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()

Completed in 13 milliseconds