Home
last modified time | relevance | path

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

/drivers/scsi/isci/
Dprobe_roms.h109 } phys[SCI_MAX_PHYS];
174 #define SCI_MAX_PHYS 4 macro
322 } phys[SCI_MAX_PHYS];
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 …]
Dport_config.c269 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) { in sci_mpc_agent_validate_phy_configuration()
294 while (phy_index < SCI_MAX_PHYS) { in sci_mpc_agent_validate_phy_configuration()
344 for (index = 0; index < SCI_MAX_PHYS; index++) { in mpc_agent_timeout()
443 while (phy_index < SCI_MAX_PHYS) { in sci_apc_agent_validate_phy_configuration()
450 while (++phy_index < SCI_MAX_PHYS) { in sci_apc_agent_validate_phy_configuration()
681 for (index = 0; index < SCI_MAX_PHYS; index++) { in apc_agent_timeout()
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()
403 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_user_parameters_get()
431 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_user_parameters_set()
485 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_oem_defaults()
565 for (i = 0; i < SCI_MAX_PHYS; i++) in isci_host_alloc()
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 …]
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];
Disci.h76 #define SCI_MAX_PHYS (4UL) macro
77 #define SCI_MAX_PORTS SCI_MAX_PHYS
Dport.h116 struct isci_phy *phy_table[SCI_MAX_PHYS];