Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dath9k.h198 * @BUF_AMPDU: This buffer is an ampdu, as part of an aggregate (during TX)
203 BUF_AMPDU = BIT(0), enumerator
207 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU)
H A Dxmit.c942 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
1054 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
2060 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dath9k.h199 * @BUF_AMPDU: This buffer is an ampdu, as part of an aggregate (during TX)
204 BUF_AMPDU = BIT(0), enumerator
208 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU)
H A Dxmit.c991 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
1103 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
2119 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()

Completed in 13 milliseconds