Home
last modified time | relevance | path

Searched refs:vmbus_tx_evtflags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_var.h89 u_long *vmbus_tx_evtflags; member
H A Dvmbus.c881 sc->vmbus_tx_evtflags = (u_long *)(evtflags + (PAGE_SIZE / 2)); in vmbus_dma_alloc()
906 sc->vmbus_tx_evtflags = NULL; in vmbus_dma_free()
H A Dvmbus_chan.c1906 &sc->vmbus_tx_evtflags[chan->ch_id >> VMBUS_EVTFLAG_SHIFT]; in vmbus_chan_msgproc_choffer()