Searched refs:siep (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/hyperv/
H A Dvmbusvar.h161 void *siep; /* Synthetic Interrupt Event Flags Page */ member in struct:vmbus_percpu_data
H A Dvmbus.c356 pd->siep = hyperv_dma_alloc(sc->sc_dmat, &pd->siep_dma,
358 if (pd->siep == NULL)
403 if (pd->siep != NULL) {
404 pd->siep = NULL;
760 evt = (struct vmbus_evtflags *)sc->sc_percpu[cpu_index(ci)].siep +
773 evt = (struct vmbus_evtflags *)sc->sc_percpu[cpu_index(ci)].siep +

Completed in 193 milliseconds