Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h135 int hn_oactive; member
H A Dif_hn.c2865 if (txr->hn_oactive) in hn_txpkt_done()
4092 sc->hn_tx_ring[i].hn_oactive = 0; in hn_stop()
4122 sc->hn_tx_ring[i].hn_oactive = 0; in hn_init_locked()
5351 CTLFLAG_RD, &txr->hn_oactive, 0, in hn_tx_ring_create()
5879 if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0 || txr->hn_oactive) in hn_xmit()
5901 txr->hn_oactive = 1; in hn_xmit()
5920 txr->hn_oactive = 1; in hn_xmit()
5930 txr->hn_oactive = 1; in hn_xmit()
6078 if (txr->hn_oactive) in hn_transmit()
6135 txr->hn_oactive = 0; in hn_xmit_txeof()
[all …]