Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_init.c593 ddi_put8(accessp, &event->Function, MPI2_FUNCTION_EVENT_NOTIFICATION); in mptsas_ioc_do_enable_event_notification()
H A Dmptsas.c5376 if ((function != MPI2_FUNCTION_EVENT_NOTIFICATION) && in mptsas_handle_address_reply()
5430 case MPI2_FUNCTION_EVENT_NOTIFICATION: in mptsas_handle_address_reply()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2.h690 #define MPI2_FUNCTION_EVENT_NOTIFICATION (0x07) /* Event Notification */ macro