Home
last modified time | relevance | path

Searched refs:bf_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dath9k.h207 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU)
208 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
211 u8 bf_type; member
Dxmit.c979 bf->bf_state.bf_type = 0; in ath_tx_get_tid_subframe()
983 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_get_tid_subframe()
1095 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_form_aggr()
1406 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()
1704 bf->bf_state.bf_type &= ~BUF_AGGR; in ath9k_release_buffered_frames()
2099 bf->bf_state.bf_type = 0; in ath_tx_send_normal()
2101 bf->bf_state.bf_type = BUF_AMPDU; in ath_tx_send_normal()
/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dwmi.h3228 u8 bf_type; member