Home
last modified time | relevance | path

Searched refs:scu_get_event_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/isci/
H A Dremote_node_context.c446 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
465 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
481 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
484 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
488 sci_rnc->suspend_type = scu_get_event_type(event_code); in sci_remote_node_context_event_handler()
495 switch (scu_get_event_type(event_code)) { in sci_remote_node_context_event_handler()
505 if (sci_rnc->suspend_type == scu_get_event_type(event_code)) in sci_remote_node_context_event_handler()
H A Dremote_device.c530 switch (scu_get_event_type(event_code)) { in sci_remote_device_event_handler()
573 if (scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX || in sci_remote_device_event_handler()
574 scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX) { in sci_remote_device_event_handler()
586 if (scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX || in sci_remote_device_event_handler()
587 scu_get_event_type(event_code) == SCU_EVENT_TYPE_RNC_SUSPEND_TX_RX) in sci_remote_device_event_handler()
H A Dscu_event_codes.h294 #define scu_get_event_type(event_code) \ macro
H A Dhost.c375 switch (scu_get_event_type(ent)) { in sci_controller_event_completion()