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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dsci_controller_constants.h72 #ifndef SCI_MAX_PHYS
78 #define SCI_MAX_PHYS (4) macro
87 #define SCI_MAX_PORTS SCI_MAX_PHYS
H A Dscu_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
H A Dscic_sds_port_configuration_agent.h94 struct SCIC_SDS_PORT_RANGE phy_valid_port_range[SCI_MAX_PHYS];
H A Dscic_config_parameters.h144 } phys[SCI_MAX_PHYS];
H A Dscic_sds_sgpio.c88 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++)
267 for(i = 0; i < SCI_MAX_PHYS; i++)
H A Dscic_sds_port_configuration_agent.c355 for (phy_index = 0; phy_index < SCI_MAX_PHYS; phy_index++)
382 while (phy_index < SCI_MAX_PHYS)
446 for (index = 0; index < SCI_MAX_PHYS; index++)
598 while (phy_index < SCI_MAX_PHYS)
607 while (++phy_index < SCI_MAX_PHYS)
945 for (index = 0; index < SCI_MAX_PHYS; index++)
958 (controller->next_phy_to_start == SCI_MAX_PHYS) &&
H A Dscic_sds_port.c118 U32 existing_phy_index = SCI_MAX_PHYS;
139 for (index = 0; index < SCI_MAX_PHYS; index++)
151 (existing_phy_index < SCI_MAX_PHYS)
188 for (index = 0; index < SCI_MAX_PHYS; index++)
276 for (index = 0; index < SCI_MAX_PHYS; index++)
444 for (index = 0; index < SCI_MAX_PHYS; index++)
484 for (index = 0; index < SCI_MAX_PHYS; index++)
805 for (index = 0; index < SCI_MAX_PHYS; index++)
1030 for (index = 0; index < SCI_MAX_PHYS; index++)
1202 for (index = 0; index < SCI_MAX_PHYS; inde
[all...]
H A Dscic_sds_controller.h158 SCIC_SDS_PHY_T *requesters[SCI_MAX_PHYS];
221 struct SCIC_SDS_PHY phy_table[SCI_MAX_PHYS];
H A Dscic_sds_controller.c849 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++)
939 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++)
1126 for (phy_id = 0; phy_id < SCI_MAX_PHYS; phy_id++)
1589 for (index = 0; index < SCI_MAX_PHYS; index++)
1667 if (this_controller->next_phy_to_start == SCI_MAX_PHYS)
1743 for (index = 0; index < SCI_MAX_PHYS; index++)
1889 (i < SCI_MAX_PHYS)
1910 for (j = 0; j < SCI_MAX_PHYS; j++)
1973 for(i = 0; i < SCI_MAX_PHYS; i++)
1989 if (i == SCI_MAX_PHYS)
[all...]
H A Dscic_sds_port.h169 struct SCIC_SDS_PHY *phy_table[SCI_MAX_PHYS];
H A Dscic_sds_phy.c80 #define SCIC_SDS_PHY_MIN_TIMER_COUNT (SCI_MAX_PHYS)
81 #define SCIC_SDS_PHY_MAX_TIMER_COUNT (SCI_MAX_PHYS)
/freebsd-10.0-release/sys/dev/isci/
H A Disci_sysctl.c153 controller_index = phy_to_be_stopped / SCI_MAX_PHYS;
154 phy_index = phy_to_be_stopped % SCI_MAX_PHYS;
185 controller_index = phy_to_be_started / SCI_MAX_PHYS;
186 phy_index = phy_to_be_started % SCI_MAX_PHYS;
H A Disci.h182 struct ISCI_PHY phys[SCI_MAX_PHYS];
H A Disci_controller.c339 for (i = 0; i < SCI_MAX_PHYS; i++)
382 for (i = 0; i < SCI_MAX_PHYS; i++) {
H A Disci.c227 for (phy = 0; phy < SCI_MAX_PHYS; phy++) {

Completed in 160 milliseconds