Searched refs:ni_dpcevt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_ndis.c2252 KeSetEvent(&intr->ni_dpcevt, IO_NO_INCREMENT, FALSE);
2283 KeInitializeEvent(&intr->ni_dpcevt, EVENT_TYPE_NOTIFY, TRUE);
2321 KeWaitForSingleObject(&intr->ni_dpcevt, 0, 0, FALSE, NULL);
2322 KeResetEvent(&intr->ni_dpcevt);
H A Dkern_ndis.c1246 KeResetEvent(&intr->ni_dpcevt);
H A Dndis_var.h1069 struct nt_kevent ni_dpcevt; member in struct:ndis_miniport_interrupt

Completed in 88 milliseconds