Lines Matching refs:reason_code

4010 	u16 reason_code;  in _scsih_block_io_to_children_attached_directly()  local
4016 reason_code = event_data->PHY[i].PhyStatus & in _scsih_block_io_to_children_attached_directly()
4018 if (reason_code == MPI2_EVENT_SAS_TOPO_RC_DELAY_NOT_RESPONDING) in _scsih_block_io_to_children_attached_directly()
4037 u16 reason_code; in _scsih_block_io_to_pcie_children_attached_directly() local
4044 reason_code = event_data->PortEntry[i].PortStatus; in _scsih_block_io_to_pcie_children_attached_directly()
4045 if (reason_code == in _scsih_block_io_to_pcie_children_attached_directly()
4653 int i, reason_code; in _scsih_check_topo_delete_events() local
4660 reason_code = event_data->PHY[i].PhyStatus & in _scsih_check_topo_delete_events()
4662 if (reason_code == MPI2_EVENT_SAS_TOPO_RC_TARG_NOT_RESPONDING) in _scsih_check_topo_delete_events()
4732 int i, reason_code; in _scsih_check_pcie_topo_remove_events() local
4740 reason_code = event_data->PortEntry[i].PortStatus; in _scsih_check_pcie_topo_remove_events()
4741 if (reason_code == MPI26_EVENT_PCIE_TOPO_PS_NOT_RESPONDING) in _scsih_check_pcie_topo_remove_events()
7493 u16 reason_code; in _scsih_sas_topology_change_event_debug() local
7527 reason_code = event_data->PHY[i].PhyStatus & in _scsih_sas_topology_change_event_debug()
7529 switch (reason_code) { in _scsih_sas_topology_change_event_debug()
7571 u16 reason_code; in _scsih_sas_topology_change_event() local
7634 reason_code = event_data->PHY[i].PhyStatus & in _scsih_sas_topology_change_event()
7637 MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANT) && (reason_code != in _scsih_sas_topology_change_event()
7645 switch (reason_code) { in _scsih_sas_topology_change_event()
8240 u16 reason_code; in _scsih_pcie_topology_change_event_debug() local
8275 reason_code = event_data->PortEntry[i].PortStatus; in _scsih_pcie_topology_change_event_debug()
8276 switch (reason_code) { in _scsih_pcie_topology_change_event_debug()
8320 u16 reason_code; in _scsih_pcie_topology_change_event() local
8349 reason_code = event_data->PortEntry[i].PortStatus; in _scsih_pcie_topology_change_event()
8360 switch (reason_code) { in _scsih_pcie_topology_change_event()