Home
last modified time | relevance | path

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

/linux-6.1.9/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()
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()
683 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()
369 u32 existing_phy_index = SCI_MAX_PHYS; in sci_port_is_valid_phy_assignment()
382 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_is_valid_phy_assignment()
389 if (existing_phy_index < SCI_MAX_PHYS && in sci_port_is_valid_phy_assignment()
451 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_a_connected_phy()
507 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_get_sas_address()
611 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_setup_transports()
734 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_is_wide()
857 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_max_allowed_speed()
[all …]
Dinit.c241 SCI_MAX_PHYS, sizeof(void *), in isci_register_sas_ha()
256 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_register_sas_ha()
263 sas_ha->num_phys = SCI_MAX_PHYS; in isci_register_sas_ha()
393 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_user_parameters_get()
421 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_user_parameters_set()
472 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_oem_defaults()
552 for (i = 0; i < SCI_MAX_PHYS; i++) in isci_host_alloc()
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
Dhost.c699 + ((SCI_MAX_PHYS - 1) * SCIC_SDS_CONTROLLER_POWER_CONTROL_INTERVAL); in sci_controller_get_suggested_start_timeout()
863 for (i = 0; i < SCI_MAX_PHYS; i++) { in is_controller_start_complete()
911 if (ihost->next_phy_to_start >= SCI_MAX_PHYS) { in sci_controller_start_next_phy()
1209 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_controller_stop_phys()
1278 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_host_deinit()
1639 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_controller_construct()
1660 for (i = 0; i < SCI_MAX_PHYS; i++) in sci_oem_parameters_validate()
1666 for (i = 0; i < SCI_MAX_PHYS; i++) in sci_oem_parameters_validate()
1672 for (i = 0; i < SCI_MAX_PHYS; i++) in sci_oem_parameters_validate()
1758 for (i = 0; i < SCI_MAX_PHYS; i++) { in power_control_timeout()
[all …]
Dport.h116 struct isci_phy *phy_table[SCI_MAX_PHYS];