Home
last modified time | relevance | path

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

/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c232 txq->agg_pktleft = txq->agg_pktmax; in hn_reset_txagg()
1249 txq->agg_pktleft--; in hn_try_txagg()
1256 txq->agg_pktleft = 0; in hn_try_txagg()
1271 txq->agg_pktleft = txq->agg_pktmax - 1; in hn_try_txagg()
1529 if (txq->agg_pktleft == 0 || in hn_xmit_pkts()
1546 if (txq->agg_pktleft == 0 && in hn_xmit_pkts()
H A Dhn_var.h71 uint32_t agg_pktleft; member