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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_controller_constants.h76 #ifndef SCI_MAX_PHYS
82 #define SCI_MAX_PHYS (4) macro
91 #define SCI_MAX_PORTS SCI_MAX_PHYS
H A Dscu_bios_definitions.h107 #ifndef SCI_MAX_PHYS
108 #define SCI_MAX_PHYS (4) macro
343 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
540 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
750 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
971 } phys[SCI_MAX_PHYS]; // 4 PHYs per SCU controller unit
H A Dscic_sds_port_configuration_agent.h96 struct SCIC_SDS_PORT_RANGE phy_valid_port_range[SCI_MAX_PHYS];
H A Dscic_config_parameters.h146 } phys[SCI_MAX_PHYS];
H A Dscic_sds_sgpio.c90 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++)
269 for(i = 0; i < SCI_MAX_PHYS; i++)
H A Dscic_sds_port_configuration_agent.c357 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++)
384 while (phy_index < SCI_MAX_PHYS)
448 for (index = 0; index < SCI_MAX_PHYS; index++)
600 while (phy_index < SCI_MAX_PHYS)
609 while (++phy_index < SCI_MAX_PHYS)
947 for (index = 0; index < SCI_MAX_PHYS; index++)
960 (controller->next_phy_to_start == SCI_MAX_PHYS) &&
H A Dscic_sds_port.c120 U32 existing_phy_index = SCI_MAX_PHYS;
141 for (index = 0; index < SCI_MAX_PHYS; index++)
153 (existing_phy_index < SCI_MAX_PHYS)
190 for (index = 0; index < SCI_MAX_PHYS; index++)
278 for (index = 0; index < SCI_MAX_PHYS; index++)
446 for (index = 0; index < SCI_MAX_PHYS; index++)
486 for (index = 0; index < SCI_MAX_PHYS; index++)
807 for (index = 0; index < SCI_MAX_PHYS; index++)
1032 for (index = 0; index < SCI_MAX_PHYS; index++)
1204 for (index = 0; index < SCI_MAX_PHYS; inde
[all...]
H A Dscic_sds_controller.h160 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS];
223 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS];
H A Dscic_sds_controller.c851 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++)
941 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++)
1128 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++)
1591 for (index = 0; index < SCI_MAX_PHYS; index++)
1669 if (this_controller->next_phy_to_start == SCI_MAX_PHYS)
1745 for (index = 0; index < SCI_MAX_PHYS; index++)
1891 (i < SCI_MAX_PHYS)
1912 for (j = 0; j < SCI_MAX_PHYS; j++)
1975 for(i = 0; i < SCI_MAX_PHYS; i++)
1991 if (i == SCI_MAX_PHYS)
[all...]
H A Dscic_sds_port.h171 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS];
H A Dscic_sds_phy.c82 #define SCIC_SDS_PHY_MIN_TIMER_COUNT (SCI_MAX_PHYS)
83 #define SCIC_SDS_PHY_MAX_TIMER_COUNT (SCI_MAX_PHYS)
/freebsd-13-stable/sys/dev/isci/
H A Disci_sysctl.c155 controller_index = phy_to_be_stopped / SCI_MAX_PHYS;
156 phy_index = phy_to_be_stopped % SCI_MAX_PHYS;
187 controller_index = phy_to_be_started / SCI_MAX_PHYS;
188 phy_index = phy_to_be_started % SCI_MAX_PHYS;
H A Disci.h188 struct ISCI_PHY phys[SCI_MAX_PHYS];
H A Disci_controller.c343 for (i = 0; i < SCI_MAX_PHYS; i++)
390 for (i = 0; i < SCI_MAX_PHYS; i++) {
H A Disci.c230 for (phy = 0; phy < SCI_MAX_PHYS; phy++) {

Completed in 189 milliseconds