Searched refs:bf_isaggr (Results 1 – 2 of 2) sorted by relevance
468 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()
209 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) macro