HomeSort by: relevance | last modified time | path
    Searched defs:txr_stat_pkts (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/hyperv/
if_hvn.c 244 int txr_stat_pkts; member in struct:hvn_tx_ring
1368 pkts = txr->txr_stat_pkts;
1666 txr->txr_stat_pkts++;
1734 if_statadd(ifp, if_opackets, txr->txr_stat_pkts);
1738 txr->txr_evpkts.ev_count += txr->txr_stat_pkts;
1756 txr->txr_stat_pkts = 0;

Completed in 14 milliseconds