Lines Matching refs:hn_oactive
2865 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()
6150 txr->hn_oactive = 0; in hn_xmit_txeof()
6171 txr->hn_oactive = 0; in hn_xmit_txeof_taskfunc()