Home
last modified time | relevance | path

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

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