Lines Matching defs:aggr
1365 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR);
1398 if (aggr && (bf == bf_first) &&
1407 if (!aggr)
1419 if (aggr) {
1421 info.aggr = AGGR_BUF_FIRST;
1423 info.aggr = AGGR_BUF_LAST;
1425 info.aggr = AGGR_BUF_MIDDLE;
1480 bool aggr;
1489 aggr = !!(tx_info->flags & IEEE80211_TX_CTL_AMPDU);
1490 if ((aggr && txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) ||
1491 (!aggr && txq->axq_depth >= ATH_NON_AGGR_MIN_QDEPTH)) {
1497 if (aggr)