Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dprobe_roms.h109 } phys[SCI_MAX_PHYS];
174 #define SCI_MAX_PHYS 4 macro
322 } phys[SCI_MAX_PHYS];
H A 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()
450 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_a_connected_phy()
506 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_get_sas_address()
610 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_setup_transports()
732 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_is_wide()
856 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_port_get_max_allowed_speed()
[all …]
H A 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()
H A Dinit.c240 SCI_MAX_PHYS, sizeof(void *), in isci_register_sas_ha()
255 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_register_sas_ha()
262 sas_ha->num_phys = SCI_MAX_PHYS; in isci_register_sas_ha()
392 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_user_parameters_get()
420 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_user_parameters_set()
471 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_oem_defaults()
551 for (i = 0; i < SCI_MAX_PHYS; i++) in isci_host_alloc()
H A 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 …]
H A 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];
H A Disci.h76 #define SCI_MAX_PHYS (4UL) macro
77 #define SCI_MAX_PORTS SCI_MAX_PHYS
H A Dport.h116 struct isci_phy *phy_table[SCI_MAX_PHYS];