Home
last modified time | relevance | path

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

/linux/drivers/scsi/isci/
A Dprobe_roms.h109 } phys[SCI_MAX_PHYS];
174 #define SCI_MAX_PHYS 4 macro
322 } phys[SCI_MAX_PHYS];
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()
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()
1634 for (index = 0; index < SCI_MAX_PHYS; index++) in sci_port_construct()
1736 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_port_deformed()
[all …]
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()
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()
A Dinit.c242 SCI_MAX_PHYS, sizeof(void *), in isci_register_sas_ha()
257 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_register_sas_ha()
264 sas_ha->num_phys = SCI_MAX_PHYS; in isci_register_sas_ha()
394 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_user_parameters_get()
422 for (index = 0; index < SCI_MAX_PHYS; index++) { in sci_user_parameters_set()
473 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_oem_defaults()
553 for (i = 0; i < SCI_MAX_PHYS; i++) in isci_host_alloc()
A Dhost.c863 for (i = 0; i < SCI_MAX_PHYS; i++) { in is_controller_start_complete()
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()
1778 for (j = 0; j < SCI_MAX_PHYS; j++) { in power_control_timeout()
1840 for (i = 0; i < SCI_MAX_PHYS; i++) { in sci_controller_power_control_queue_insert()
1856 if (i == SCI_MAX_PHYS) { in sci_controller_power_control_queue_insert()
[all …]
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];
A Disci.h76 #define SCI_MAX_PHYS (4UL) macro
77 #define SCI_MAX_PORTS SCI_MAX_PHYS
A Dport.h116 struct isci_phy *phy_table[SCI_MAX_PHYS];

Completed in 23 milliseconds