Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_debug.c144 { MPI_FUNCTION_EVENT_NOTIFICATION, "Event Notification" },
493 case MPI_FUNCTION_EVENT_NOTIFICATION: in mpt_print_reply()
H A Dmpt.c554 case MPI_FUNCTION_EVENT_NOTIFICATION: in mpt_event_reply_handler()
633 if (reply_frame->Function == MPI_FUNCTION_EVENT_NOTIFICATION) { in mpt_event_reply_handler()
642 if (reply_frame->Function == MPI_FUNCTION_EVENT_NOTIFICATION) { in mpt_event_reply_handler()
2104 enable_req->Function = MPI_FUNCTION_EVENT_NOTIFICATION; in mpt_send_event_request()
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi.h297 #define MPI_FUNCTION_EVENT_NOTIFICATION (0x07) macro