Searched refs:_base_unmask_events (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.c | 3966 _base_unmask_events(struct MPT2SAS_ADAPTER *ioc, u16 event) in _base_unmask_events() function 4616 _base_unmask_events(ioc, MPI2_EVENT_SAS_DISCOVERY); in mpt2sas_base_attach() 4617 _base_unmask_events(ioc, MPI2_EVENT_SAS_BROADCAST_PRIMITIVE); in mpt2sas_base_attach() 4618 _base_unmask_events(ioc, MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST); in mpt2sas_base_attach() 4619 _base_unmask_events(ioc, MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE); in mpt2sas_base_attach() 4620 _base_unmask_events(ioc, MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE); in mpt2sas_base_attach() 4621 _base_unmask_events(ioc, MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST); in mpt2sas_base_attach() 4622 _base_unmask_events(ioc, MPI2_EVENT_IR_VOLUME); in mpt2sas_base_attach() 4623 _base_unmask_events(ioc, MPI2_EVENT_IR_PHYSICAL_DISK); in mpt2sas_base_attach() 4624 _base_unmask_events(ioc, MPI2_EVENT_IR_OPERATION_STATUS); in mpt2sas_base_attach() [all …]
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 4085 _base_unmask_events(struct MPT3SAS_ADAPTER *ioc, u16 event) in _base_unmask_events() function 4745 _base_unmask_events(ioc, MPI2_EVENT_SAS_DISCOVERY); in mpt3sas_base_attach() 4746 _base_unmask_events(ioc, MPI2_EVENT_SAS_BROADCAST_PRIMITIVE); in mpt3sas_base_attach() 4747 _base_unmask_events(ioc, MPI2_EVENT_SAS_TOPOLOGY_CHANGE_LIST); in mpt3sas_base_attach() 4748 _base_unmask_events(ioc, MPI2_EVENT_SAS_DEVICE_STATUS_CHANGE); in mpt3sas_base_attach() 4749 _base_unmask_events(ioc, MPI2_EVENT_SAS_ENCL_DEVICE_STATUS_CHANGE); in mpt3sas_base_attach() 4750 _base_unmask_events(ioc, MPI2_EVENT_IR_CONFIGURATION_CHANGE_LIST); in mpt3sas_base_attach() 4751 _base_unmask_events(ioc, MPI2_EVENT_IR_VOLUME); in mpt3sas_base_attach() 4752 _base_unmask_events(ioc, MPI2_EVENT_IR_PHYSICAL_DISK); in mpt3sas_base_attach() 4753 _base_unmask_events(ioc, MPI2_EVENT_IR_OPERATION_STATUS); in mpt3sas_base_attach() [all …]
|