Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isci/scil/
HDscu_bios_definitions.h105 #ifndef SCI_MAX_PHYS
106 #define SCI_MAX_PHYS (4) macro
341 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
538 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
748 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
969 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
HDsci_controller_constants.h74 #ifndef SCI_MAX_PHYS
80 #define SCI_MAX_PHYS (4) macro
89 #define SCI_MAX_PORTS SCI_MAX_PHYS
HDscic_sds_port_configuration_agent.c355 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()
HDscic_sds_port.c118 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 …]
HDscic_sds_sgpio.c88 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()
HDscic_sds_controller.c849 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 …]
HDscic_sds_port_configuration_agent.h94 struct SCIC_SDS_PORT_RANGE phy_valid_port_range[SCI_MAX_PHYS];
HDscic_config_parameters.h144 } phys[SCI_MAX_PHYS];
HDscic_sds_controller.h158 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS];
221 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS];
HDscic_sds_port.h169 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS];
HDscic_sds_phy.c80 #define SCIC_SDS_PHY_MIN_TIMER_COUNT (SCI_MAX_PHYS)
81 #define SCIC_SDS_PHY_MAX_TIMER_COUNT (SCI_MAX_PHYS)
/NextBSD/sys/dev/isci/
HDisci_sysctl.c153 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()
HDisci.h183 struct ISCI_PHY phys[SCI_MAX_PHYS];
HDisci_controller.c341 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()
HDisci.c228 for (phy = 0; phy < SCI_MAX_PHYS; phy++) { in isci_detach()