Searched refs:agg_txd (Results 1 – 1 of 1) sorted by relevance
3109 hn_txdesc_agg(struct hn_txdesc *agg_txd, struct hn_txdesc *txd) in hn_txdesc_agg() argument3112 KASSERT((agg_txd->flags & HN_TXD_FLAG_ONAGG) == 0, in hn_txdesc_agg()3121 STAILQ_INSERT_TAIL(&agg_txd->agg_list, txd, agg_link); in hn_txdesc_agg()3283 struct hn_txdesc *agg_txd = txr->hn_agg_txd; in hn_try_txagg() local3299 agg_txd->chim_size += pkt->rm_len - olen; in hn_try_txagg()3302 hn_txdesc_agg(agg_txd, txd); in hn_try_txagg()