Lines Matching defs:aggr
1426 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR);
1459 if (aggr && (bf == bf_first) &&
1468 if (!aggr)
1480 if (aggr) {
1482 info.aggr = AGGR_BUF_FIRST;
1484 info.aggr = AGGR_BUF_LAST;
1486 info.aggr = AGGR_BUF_MIDDLE;
1541 bool aggr;
1550 aggr = !!(tx_info->flags & IEEE80211_TX_CTL_AMPDU);
1551 if ((aggr && txq->axq_ampdu_depth >= ATH_AGGR_MIN_QDEPTH) ||
1552 (!aggr && txq->axq_depth >= ATH_NON_AGGR_MIN_QDEPTH)) {
1558 if (aggr)