Lines Matching defs:the_phy

1591       SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index];
1603 && (scic_sds_phy_get_port(the_phy) != SCI_INVALID_HANDLE)
1617 (the_phy->is_in_link_training == FALSE)
1618 && (the_phy->parent.state_machine.current_state_id
1622 (the_phy->is_in_link_training == FALSE)
1623 && (the_phy->parent.state_machine.current_state_id
1627 (the_phy->is_in_link_training == TRUE)
1628 && (the_phy->parent.state_machine.current_state_id
1680 SCIC_SDS_PHY_T * the_phy;
1682 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start];
1689 if (scic_sds_phy_get_port(the_phy) == SCI_INVALID_HANDLE)
1702 status = scic_phy_start(the_phy);
1885 SCIC_SDS_PHY_T *the_phy = NULL;
1899 the_phy = this_controller->power_control.requesters[i];
1903 scic_sds_phy_consume_power_handler(the_phy);
1905 if (the_phy->protocol == SCIC_SDS_PHY_PROTOCOL_SAS)
1917 current_requester_phy != the_phy &&
1919 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high &&
1921 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low)
1947 * @param[in] the_phy
1951 SCIC_SDS_PHY_T *the_phy
1954 ASSERT (the_phy != NULL);
1961 scic_sds_phy_consume_power_handler(the_phy);
1980 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high &&
1982 == the_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low)
1984 scic_sds_phy_consume_power_handler(the_phy);
1992 this_controller->power_control.requesters[the_phy->phy_index] = the_phy;
2003 * @param[in] the_phy
2007 SCIC_SDS_PHY_T *the_phy
2010 ASSERT (the_phy != NULL);
2012 if (this_controller->power_control.requesters[the_phy->phy_index] != NULL)
2017 this_controller->power_control.requesters[the_phy->phy_index] = NULL;
3220 * @param[in] the_phy
3227 SCIC_SDS_PHY_T *the_phy
3233 this_controller, the_port, the_phy);
3241 the_phy->phy_index,
3253 * @param[in] the_phy
3258 SCIC_SDS_PHY_T *the_phy
3264 this_controller, the_port, the_phy);
3272 the_phy->phy_index,