Home
last modified time | relevance | path

Searched refs:SCI_MAX_PHYS (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/scsi/isci/
Dprobe_roms.h109 } phys[SCI_MAX_PHYS];
174 #define SCI_MAX_PHYS 4 macro
322 } phys[SCI_MAX_PHYS];
Dport_config.c269 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) { in sci_mpc_agent_validate_phy_configuration()
294 for (; phy_index < SCI_MAX_PHYS; phy_index++) { in sci_mpc_agent_validate_phy_configuration()
343 for (index = 0; index < SCI_MAX_PHYS; index++) { in mpc_agent_timeout()
442 while (phy_index < SCI_MAX_PHYS) { in sci_apc_agent_validate_phy_configuration()
449 while (++phy_index < SCI_MAX_PHYS) { in sci_apc_agent_validate_phy_configuration()
680 for (index = 0; index < SCI_MAX_PHYS; index++) { in apc_agent_timeout()
Dport.c93 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_protocols()
108 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_get_phys()
368 u32 existing_phy_index = SCI_MAX_PHYS; in sci_port_is_valid_phy_assignment()
381 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_is_valid_phy_assignment()
388 if (existing_phy_index < SCI_MAX_PHYS && in sci_port_is_valid_phy_assignment()
449 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_a_connected_phy()
505 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_get_sas_address()
609 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_setup_transports()
731 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_is_wide()
855 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_max_allowed_speed()
[all …]
Dinit.c236 SCI_MAX_PHYS, sizeof(void *), in isci_register_sas_ha()
251 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_register_sas_ha()
258 sas_ha->num_phys = SCI_MAX_PHYS; in isci_register_sas_ha()
399 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_user_parameters_get()
427 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_user_parameters_set()
478 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_oem_defaults()
558 for (i = 0; i < SCI_MAX_PHYS; i++) in isci_host_alloc()
Disci.h76 #define SCI_MAX_PHYS (4UL) macro
77 #define SCI_MAX_PORTS SCI_MAX_PHYS
Dhost.h104 struct isci_phy *requesters[SCI_MAX_PHYS];
121 } phy_valid_port_range[SCI_MAX_PHYS];
195 struct isci_phy phys[SCI_MAX_PHYS];
Dhost.c701 + ((SCI_MAX_PHYS - 1) * SCIC_SDS_CONTROLLER_POWER_CONTROL_INTERVAL); in sci_controller_get_suggested_start_timeout()
865 for (i = 0; i < SCI_MAX_PHYS; i++) { in is_controller_start_complete()
913 if (ihost->next_phy_to_start >= SCI_MAX_PHYS) { in sci_controller_start_next_phy()
1211 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_controller_stop_phys()
1280 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_host_deinit()
1641 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_controller_construct()
1662 for (i = 0; i < SCI_MAX_PHYS; i++) in sci_oem_parameters_validate()
1668 for (i = 0; i < SCI_MAX_PHYS; i++) in sci_oem_parameters_validate()
1674 for (i = 0; i < SCI_MAX_PHYS; i++) in sci_oem_parameters_validate()
1760 for (i = 0; i < SCI_MAX_PHYS; i++) { in power_control_timeout()
[all …]
Dport.h116 struct isci_phy *phy_table[SCI_MAX_PHYS];