Home
last modified time | relevance | path

Searched refs:vmbus_event_proc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chanvar.h184 void vmbus_event_proc(struct vmbus_softc *, int);
H A Dvmbus_var.h88 void (*vmbus_event_proc)(struct vmbus_softc *, int); member
H A Dvmbus.c708 sc->vmbus_event_proc(sc, cpu); in vmbus_handle_intr1()
1556 sc->vmbus_event_proc = vmbus_event_proc_compat; in vmbus_doattach()
1558 sc->vmbus_event_proc = vmbus_event_proc; in vmbus_doattach()
1619 vmbus_sc->vmbus_event_proc = vmbus_event_proc_dummy; in vmbus_attach()
H A Dvmbus_chan.c1581 vmbus_event_proc(struct vmbus_softc *sc, int cpu)
1583 vmbus_event_proc(struct vmbus_softc *sc, int cpu) vmbus_event_proc() function