Searched refs:bf_isaggr (Results 1 – 2 of 2) sorted by relevance
462 isaggr = bf_isaggr(bf); in ath_tx_count_frames()542 isaggr = bf_isaggr(bf); in ath_tx_complete_aggr()1282 if (bf_isampdu(bf) && !bf_isaggr(bf) && in ath_buf_set_rate()1357 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