Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c232 txq->agg_pktleft = txq->agg_pktmax; in hn_reset_txagg()
1251 txq->agg_pktleft--; in hn_try_txagg()
1258 txq->agg_pktleft = 0; in hn_try_txagg()
1273 txq->agg_pktleft = txq->agg_pktmax - 1; in hn_try_txagg()
1520 if (txq->agg_pktleft == 0 || in hn_xmit_pkts()
1537 if (txq->agg_pktleft == 0 && in hn_xmit_pkts()
H A Dhn_var.h73 uint32_t agg_pktleft; member