Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dif_hnvar.h114 #define HN_RX_FLAG_ATTACHED 0x0001 macro
Dif_hn.c6223 KASSERT((rxr->hn_rx_flags & HN_RX_FLAG_ATTACHED) == 0, in hn_chan_attach()
6225 rxr->hn_rx_flags |= HN_RX_FLAG_ATTACHED; in hn_chan_attach()
6285 KASSERT((rxr->hn_rx_flags & HN_RX_FLAG_ATTACHED), in hn_chan_detach()
6287 rxr->hn_rx_flags &= ~HN_RX_FLAG_ATTACHED; in hn_chan_detach()
6376 HN_RX_FLAG_ATTACHED) == 0, in hn_detach_allchans()