Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/hyperv/netvsc/
HDif_hnvar.h112 u_short hn_txdone_cnt; member
HDif_hn.c2854 ++txr->hn_txdone_cnt; in hn_txpkt_done()
2855 if (txr->hn_txdone_cnt >= HN_EARLY_TXEOF_THRESH) { in hn_txpkt_done()
2856 txr->hn_txdone_cnt = 0; in hn_txpkt_done()
2877 txr->hn_txdone_cnt = 0; in hn_chan_rollup()