Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h185 #define HN_TX_FLAG_ATTACHED 0x0001 macro
H A Dif_hn.c6208 KASSERT((txr->hn_tx_flags & HN_TX_FLAG_ATTACHED) == 0, in hn_chan_attach()
6210 txr->hn_tx_flags |= HN_TX_FLAG_ATTACHED; in hn_chan_attach()
6265 KASSERT((txr->hn_tx_flags & HN_TX_FLAG_ATTACHED), in hn_chan_detach()
6267 txr->hn_tx_flags &= ~HN_TX_FLAG_ATTACHED; in hn_chan_detach()
6354 HN_TX_FLAG_ATTACHED) == 0, in hn_detach_allchans()