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()
455 iphy = iport->phy_table[index]; in sci_port_get_a_connected_phy()
469 if (!iport->phy_table[iphy->phy_index] && in sci_port_set_phy()
476 iport->phy_table[iphy->phy_index] = iphy; in sci_port_set_phy()
488 if (iport->phy_table[iphy->phy_index] == iphy && in sci_port_clear_phy()
494 iport->phy_table[iphy->phy_index] = NULL; in sci_port_clear_phy()
508 if (iport->phy_table[index]) in sci_port_get_sas_address()
509 sci_phy_get_sas_address(iport->phy_table[index], sas); in sci_port_get_sas_address()
613 sci_phy_setup_transport(iport->phy_table[index], device_id); in sci_port_setup_transports()
735 if (iport->phy_table[index] != NULL) { in sci_port_is_wide()
858 iphy = iport->phy_table[index]; in sci_port_get_max_allowed_speed()
975 if (iport->phy_table[index]) { in sci_port_ready_substate_operational_enter()
978 iport->phy_table[index]->phy_index]); in sci_port_ready_substate_operational_enter()
980 sci_port_resume_phy(iport, iport->phy_table[index]); in sci_port_ready_substate_operational_enter()
1165 iphy = iport->phy_table[phy_index]; in sci_port_hard_reset()
1570 &iport->phy_table[phy_index] in sci_port_set_hang_detection_timeout()
1635 iport->phy_table[index] = NULL; in sci_port_construct()