Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c233 txq->agg_txd = NULL; in hn_reset_txagg()
1148 struct hn_txdesc *txd = txq->agg_txd; in hn_append_to_chim()
1177 struct hn_txdesc *txd = txq->agg_txd; in hn_flush_txagg()
1222 struct hn_txdesc *agg_txd = txq->agg_txd; in hn_try_txagg() local
1226 if (agg_txd) { in hn_try_txagg()
1242 agg_txd->chim_size += padding; in hn_try_txagg()
1270 txq->agg_txd = txd; in hn_try_txagg()
1551 if (txq->agg_txd && hn_flush_txagg(txq, &need_sig)) in hn_xmit_pkts()
H A Dhn_var.h70 struct hn_txdesc *agg_txd; member