Searched refs:SCI_MAX_PHYS (Results 1 – 15 of 15) sorted by relevance
105 #ifndef SCI_MAX_PHYS106 #define SCI_MAX_PHYS (4) macro341 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit538 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit748 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit969 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
74 #ifndef SCI_MAX_PHYS80 #define SCI_MAX_PHYS (4) macro89 #define SCI_MAX_PORTS SCI_MAX_PHYS
355 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) in scic_sds_mpc_agent_validate_phy_configuration()382 while (phy_index < SCI_MAX_PHYS) in scic_sds_mpc_agent_validate_phy_configuration()446 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_mpc_agent_timeout_handler()598 while (phy_index < SCI_MAX_PHYS) in scic_sds_apc_agent_validate_phy_configuration()607 while (++phy_index < SCI_MAX_PHYS) in scic_sds_apc_agent_validate_phy_configuration()945 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_apc_agent_timeout_handler()958 (controller->next_phy_to_start == SCI_MAX_PHYS) && in scic_sds_apc_agent_timeout_handler()
118 U32 existing_phy_index = SCI_MAX_PHYS; in scic_sds_port_is_valid_phy_assignment()139 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_is_valid_phy_assignment()151 (existing_phy_index < SCI_MAX_PHYS) in scic_sds_port_is_valid_phy_assignment()188 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_get_phys()276 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_get_a_connected_phy()444 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_get_sas_address()484 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_get_protocols()805 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_construct()1030 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_setup_transports()1202 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_port_is_wide()[all …]
88 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++) in scic_sgpio_write_SGODSR_register()267 for(i = 0; i < SCI_MAX_PHYS; i++) in scic_sgpio_set_to_hardware_control()
849 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++) in scic_sds_controller_afe_initialization()939 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++) in scic_sds_controller_afe_initialization()1126 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++) in scic_sds_controller_afe_initialization()1589 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_controller_is_start_complete()1667 if (this_controller->next_phy_to_start == SCI_MAX_PHYS) in scic_sds_controller_start_next_phy()1743 for (index = 0; index < SCI_MAX_PHYS; index++) in scic_sds_controller_stop_phys()1889 (i < SCI_MAX_PHYS) in scic_sds_controller_power_control_timer_handler()1910 for (j = 0; j < SCI_MAX_PHYS; j++) in scic_sds_controller_power_control_timer_handler()1973 for(i = 0; i < SCI_MAX_PHYS; i++) in scic_sds_controller_power_control_queue_insert()1989 if (i == SCI_MAX_PHYS) in scic_sds_controller_power_control_queue_insert()[all …]
94 struct SCIC_SDS_PORT_RANGE phy_valid_port_range[SCI_MAX_PHYS];
144 } phys[SCI_MAX_PHYS];
158 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS];221 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS];
169 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS];
80 #define SCIC_SDS_PHY_MIN_TIMER_COUNT (SCI_MAX_PHYS)81 #define SCIC_SDS_PHY_MAX_TIMER_COUNT (SCI_MAX_PHYS)
153 controller_index = phy_to_be_stopped / SCI_MAX_PHYS; in isci_sysctl_stop_phy()154 phy_index = phy_to_be_stopped % SCI_MAX_PHYS; in isci_sysctl_stop_phy()185 controller_index = phy_to_be_started / SCI_MAX_PHYS; in isci_sysctl_start_phy()186 phy_index = phy_to_be_started % SCI_MAX_PHYS; in isci_sysctl_start_phy()
183 struct ISCI_PHY phys[SCI_MAX_PHYS];
341 for (i = 0; i < SCI_MAX_PHYS; i++) in isci_controller_initialize()388 for (i = 0; i < SCI_MAX_PHYS; i++) { in isci_controller_initialize()
228 for (phy = 0; phy < SCI_MAX_PHYS; phy++) { in isci_detach()