Home
last modified time | relevance | path

Searched refs:agg_txd (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c2795 hn_txdesc_agg(struct hn_txdesc *agg_txd, struct hn_txdesc *txd) in hn_txdesc_agg() argument
2798 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() local
2985 agg_txd->chim_size += pkt->rm_len - olen; in hn_try_txagg()
2988 hn_txdesc_agg(agg_txd, txd); in hn_try_txagg()