Searched refs:bf_isaggr (Results 1 – 2 of 2) sorted by relevance
421 isaggr = bf_isaggr(bf); in ath_tx_count_frames()501 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr()1241 if (bf_isampdu(bf) && !bf_isaggr(bf) && in ath_buf_set_rate()1316 if (bf_isaggr(bf) && (len > sc->sc_ah->caps.rts_aggr_limit)) in ath_buf_set_rate()
208 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) macro