Lines Matching defs:index
167 * Sanity check the max ranges for all the phys the max index
168 * is always equal to the port range index */
268 /* Find the starting phy index for this round through the loop */
278 * the same as the PE index. */
323 u8 index;
343 for (index = 0; index < SCI_MAX_PHYS; index++) {
344 struct isci_phy *iphy = &ihost->phys[index];
346 if (configure_phy_mask & (1 << index)) {
658 u32 index;
680 for (index = 0; index < SCI_MAX_PHYS; index++) {
681 if ((configure_phy_mask & (1 << index)) == 0)
685 &ihost->phys[index], false);
710 u32 index;
720 for (index = 0; index < SCI_MAX_PORTS; index++) {
721 port_agent->phy_valid_port_range[index].min_index = 0;
722 port_agent->phy_valid_port_range[index].max_index = 0;