Lines Matching refs:phy_table
94 struct isci_phy *iphy = iport->phy_table[index]; in sci_port_get_protocols()
109 if (iport->phy_table[index]) in sci_port_get_phys()
149 for (i = 0; i < ARRAY_SIZE(iport->phy_table); i++) { in sci_port_bcn_enable()
150 iphy = iport->phy_table[i]; in sci_port_bcn_enable()
383 if (iport->phy_table[index] && index != phy_index) in sci_port_is_valid_phy_assignment()
454 iphy = iport->phy_table[index]; in sci_port_get_a_connected_phy()
468 if (!iport->phy_table[iphy->phy_index] && in sci_port_set_phy()
475 iport->phy_table[iphy->phy_index] = iphy; in sci_port_set_phy()
487 if (iport->phy_table[iphy->phy_index] == iphy && in sci_port_clear_phy()
493 iport->phy_table[iphy->phy_index] = NULL; in sci_port_clear_phy()
507 if (iport->phy_table[index]) in sci_port_get_sas_address()
508 sci_phy_get_sas_address(iport->phy_table[index], sas); in sci_port_get_sas_address()
612 sci_phy_setup_transport(iport->phy_table[index], device_id); in sci_port_setup_transports()
733 if (iport->phy_table[index] != NULL) { in sci_port_is_wide()
857 iphy = iport->phy_table[index]; in sci_port_get_max_allowed_speed()
973 if (iport->phy_table[index]) { in sci_port_ready_substate_operational_enter()
976 iport->phy_table[index]->phy_index]); in sci_port_ready_substate_operational_enter()
978 sci_port_resume_phy(iport, iport->phy_table[index]); in sci_port_ready_substate_operational_enter()
1163 iphy = iport->phy_table[phy_index]; in sci_port_hard_reset()
1568 &iport->phy_table[phy_index] in sci_port_set_hang_detection_timeout()
1633 iport->phy_table[index] = NULL; in sci_port_construct()