Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c233 txq->agg_txd = NULL; in hn_reset_txagg()
1150 struct hn_txdesc *txd = txq->agg_txd; in hn_append_to_chim()
1179 struct hn_txdesc *txd = txq->agg_txd; in hn_flush_txagg()
1224 struct hn_txdesc *agg_txd = txq->agg_txd; in hn_try_txagg() local
1228 if (agg_txd) { in hn_try_txagg()
1244 agg_txd->chim_size += padding; in hn_try_txagg()
1272 txq->agg_txd = txd; in hn_try_txagg()
1542 if (txq->agg_txd && hn_flush_txagg(txq, &need_sig)) in hn_xmit_pkts()
H A Dhn_var.h72 struct hn_txdesc *agg_txd; member