Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h150 short hn_agg_pktmax; member
H A Dif_hn.c1024 txr->hn_agg_pktmax = pkts; in hn_set_txagg()
3033 if (txr->hn_agg_pktmax > 1 && in hn_try_txagg()
3036 txr->hn_agg_pktleft = txr->hn_agg_pktmax - 1; in hn_try_txagg()
4398 pkts = sc->hn_tx_ring[0].hn_agg_pktmax; in hn_txagg_pktmax_sysctl()