Searched refs:_base_unmask_events (Results 1 – 2 of 2) sorted by relevance
/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 3770 _base_unmask_events(struct MPT2SAS_ADAPTER *ioc, u16 event) in _base_unmask_events() function 4396 _base_unmask_events(ioc, MPI2_EVENT_SAS_DISCOVERY); in mpt2sas_base_attach() 4397 _base_unmask_events(ioc, MPI2_EVENT_SAS_BROADCAST_PRIMITIVE); in mpt2sas_base_attach() 4398 _base_unmask_events(ioc, MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST); in mpt2sas_base_attach() 4399 _base_unmask_events(ioc, MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE); in mpt2sas_base_attach() 4400 _base_unmask_events(ioc, MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE); in mpt2sas_base_attach() 4401 _base_unmask_events(ioc, MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST); in mpt2sas_base_attach() 4402 _base_unmask_events(ioc, MPI2_EVENT_IR_VOLUME); in mpt2sas_base_attach() 4403 _base_unmask_events(ioc, MPI2_EVENT_IR_PHYSICAL_DISK); in mpt2sas_base_attach() 4404 _base_unmask_events(ioc, MPI2_EVENT_IR_OPERATION_STATUS); in mpt2sas_base_attach() [all …]
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 3919 _base_unmask_events(struct MPT3SAS_ADAPTER *ioc, u16 event) in _base_unmask_events() function 4556 _base_unmask_events(ioc, MPI2_EVENT_SAS_DISCOVERY); in mpt3sas_base_attach() 4557 _base_unmask_events(ioc, MPI2_EVENT_SAS_BROADCAST_PRIMITIVE); in mpt3sas_base_attach() 4558 _base_unmask_events(ioc, MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST); in mpt3sas_base_attach() 4559 _base_unmask_events(ioc, MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE); in mpt3sas_base_attach() 4560 _base_unmask_events(ioc, MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE); in mpt3sas_base_attach() 4561 _base_unmask_events(ioc, MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST); in mpt3sas_base_attach() 4562 _base_unmask_events(ioc, MPI2_EVENT_IR_VOLUME); in mpt3sas_base_attach() 4563 _base_unmask_events(ioc, MPI2_EVENT_IR_PHYSICAL_DISK); in mpt3sas_base_attach() 4564 _base_unmask_events(ioc, MPI2_EVENT_IR_OPERATION_STATUS); in mpt3sas_base_attach() [all …]
|