Searched refs:agg_txd (Results 1 – 1 of 1) sorted by relevance
2795 hn_txdesc_agg(struct hn_txdesc *agg_txd, struct hn_txdesc *txd) in hn_txdesc_agg() argument2798 KASSERT((agg_txd->flags & HN_TXD_FLAG_ONAGG) == 0, in hn_txdesc_agg()2807 STAILQ_INSERT_TAIL(&agg_txd->agg_list, txd, agg_link); in hn_txdesc_agg()2969 struct hn_txdesc *agg_txd = txr->hn_agg_txd; in hn_try_txagg() local2985 agg_txd->chim_size += pkt->rm_len - olen; in hn_try_txagg()2988 hn_txdesc_agg(agg_txd, txd); in hn_try_txagg()