Lines Matching refs:phy_index
1714 this_controller->phy_table[this_controller->next_phy_to_start].phy_index, in scic_sds_controller_start_next_phy()
1758 this_controller->phy_table[index].phy_index, phy_status in scic_sds_controller_stop_phys()
1992 this_controller->power_control.requesters[the_phy->phy_index] = the_phy; in scic_sds_controller_power_control_queue_insert()
2012 if (this_controller->power_control.requesters[the_phy->phy_index] != NULL) in scic_sds_controller_power_control_queue_remove()
2017 this_controller->power_control.requesters[the_phy->phy_index] = NULL; in scic_sds_controller_power_control_queue_remove()
3241 the_phy->phy_index, in scic_sds_controller_link_up()
3272 the_phy->phy_index, in scic_sds_controller_link_down()
4361 U8 phy_index, in scic_controller_get_phy_handle() argument
4372 controller, phy_index, phy_handle in scic_controller_get_phy_handle()
4375 if (phy_index < ARRAY_SIZE(this_controller->phy_table)) in scic_controller_get_phy_handle()
4377 *phy_handle = &this_controller->phy_table[phy_index]; in scic_controller_get_phy_handle()
4386 this_controller, phy_index in scic_controller_get_phy_handle()