Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_reg.h71 #define VMBUS_EVTFLAG_MASK (VMBUS_EVTFLAG_LEN - 1) macro
H A Dvmbus_chan.c1907 chan->ch_evtflag_mask = 1UL << (chan->ch_id & VMBUS_EVTFLAG_MASK); in vmbus_chan_msgproc_choffer()