Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath9k/
Dxmit.c468 isaggr = bf_isaggr(bf); in ath_tx_count_frames()
550 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr()
1302 if (bf_isampdu(bf) && !bf_isaggr(bf) && in ath_buf_set_rate()
1377 if (bf_isaggr(bf) && (len > sc->sc_ah->caps.rts_aggr_limit)) in ath_buf_set_rate()
Dath9k.h209 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) macro