Home
last modified time | relevance | path

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

/freebsd/sys/dev/mfi/
H A Dmfi.c97 static void mfi_handle_evt(void *context, int pending);
385 TASK_INIT(&sc->mfi_evt_task, 0, mfi_handle_evt, sc); in mfi_attach()
1647 mfi_handle_evt(void *context, int pending) in mfi_handle_evt() function