Lines Matching defs:the_phy

376  * @param[in] the_phy This parameter is the phy which is to be added to the
385 SCIC_SDS_PHY_T * the_phy
389 &this_port->parent, &the_phy->parent);
399 * @param[in] the_phy This parameter is the phy which is to be added to the
408 SCIC_SDS_PHY_T * the_phy
412 &this_port->parent, &the_phy->parent);
851 * @param[in] the_phy This is the SCIC_SDS_PHY object that has gone link up.
863 SCIC_SDS_PHY_T * the_phy,
872 scic_sds_phy_get_attached_sas_address(the_phy, &phy_sas_address);
886 scic_sds_port_activate_phy(this_port, the_phy, do_notify_user, do_resume_phy);
898 scic_sds_port_invalid_link_up(this_port, the_phy);
1051 SCIC_SDS_PHY_T * the_phy
1054 scic_sds_phy_resume (the_phy);
1055 this_port->enabled_phy_mask |= 1 << the_phy->phy_index;
1065 * @param[in] the_phy This is the specific phy which to enable.
1078 SCIC_SDS_PHY_T * the_phy,
1090 this_port, the_phy, do_notify_user
1094 scic_sds_phy_get_attached_phy_protocols(the_phy, &protocols);
1101 scic_sds_port_resume_phy(this_port, the_phy);
1105 this_port->active_phy_mask |= 1 << the_phy->phy_index;
1107 scic_sds_controller_clear_invalid_phy(controller, the_phy);
1110 scic_cb_port_link_up(this_port->owning_controller, this_port, the_phy);
1118 * @param[in] the_phy This is the specific phy that is no longer
1128 SCIC_SDS_PHY_T * the_phy,
1136 this_port, the_phy, do_notify_user
1139 this_port->active_phy_mask &= ~(1 << the_phy->phy_index);
1140 this_port->enabled_phy_mask &= ~(1 << the_phy->phy_index);
1142 the_phy->max_negotiated_speed = SCI_SAS_NO_LINK_RATE;
1149 SCU_PCSPExCR_WRITE(this_port, the_phy->phy_index, the_phy->phy_index);
1153 scic_cb_port_link_down(this_port->owning_controller, this_port, the_phy);
1161 * @param[in] the_phy This is the specific phy which to disabled.
1167 SCIC_SDS_PHY_T * the_phy
1174 if ((controller->invalid_phy_mask & (1 << the_phy->phy_index)) == 0)
1176 scic_sds_controller_set_invalid_phy(controller, the_phy);
1178 scic_cb_port_invalid_link_up(controller, this_port, the_phy);
1220 * @param[in] the_phy The phy object that is trying to go link up.
1232 SCIC_SDS_PHY_T *the_phy
1237 scic_sds_phy_get_attached_phy_protocols(the_phy, &protocols);
1247 scic_sds_port_invalid_link_up( this_port, the_phy);
1252 SCIC_SDS_PORT_T *destination_port = &(this_port->owning_controller->port_table[the_phy->phy_index]);
1256 SCU_PCSPExCR_WRITE( destination_port, the_phy->phy_index, the_phy->phy_index);
1272 SCIC_SDS_PHY_T *the_phy
1275 the_phy->is_in_link_training = FALSE;
1277 this_port->state_handlers->link_up_handler(this_port, the_phy);
1289 SCIC_SDS_PHY_T *the_phy
1292 this_port->state_handlers->link_down_handler(this_port, the_phy);
2966 * @param[in] the_phy This is the SCIC_SDS_PHY object that has gone link up.
2973 SCIC_SDS_PHY_T *the_phy
2978 scic_sds_port_activate_phy(this_port, the_phy, TRUE, TRUE);
3089 * @param[in] the_phy This is the SCIC_SDS_PHY object that has gone link up.
3096 SCIC_SDS_PHY_T *the_phy
3099 scic_sds_port_general_link_up_handler(this_port, the_phy, TRUE, TRUE);
3110 * @param[in] the_phy This is the SCIC_SDS_PHY object that has gone link down.
3117 SCIC_SDS_PHY_T *the_phy
3120 scic_sds_port_deactivate_phy(this_port, the_phy, TRUE);