Home
last modified time | relevance | path

Searched refs:the_phy (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port.c385 SCIC_SDS_PHY_T * the_phy in scic_sds_port_add_phy() argument
389 &this_port->parent, &the_phy->parent); in scic_sds_port_add_phy()
408 SCIC_SDS_PHY_T * the_phy in scic_sds_port_remove_phy() argument
412 &this_port->parent, &the_phy->parent); in scic_sds_port_remove_phy()
863 SCIC_SDS_PHY_T * the_phy, in scic_sds_port_general_link_up_handler() argument
872 scic_sds_phy_get_attached_sas_address(the_phy, &phy_sas_address); in scic_sds_port_general_link_up_handler()
886 scic_sds_port_activate_phy(this_port, the_phy, do_notify_user, do_resume_phy); in scic_sds_port_general_link_up_handler()
898 scic_sds_port_invalid_link_up(this_port, the_phy); in scic_sds_port_general_link_up_handler()
1051 SCIC_SDS_PHY_T * the_phy in scic_sds_port_resume_phy() argument
1054 scic_sds_phy_resume (the_phy); in scic_sds_port_resume_phy()
[all …]
H A Dscic_sds_controller.c1591 SCIC_SDS_PHY_T *the_phy = & this_controller->phy_table[index]; in scic_sds_controller_is_start_complete() local
1603 && (scic_sds_phy_get_port(the_phy) != SCI_INVALID_HANDLE) in scic_sds_controller_is_start_complete()
1617 (the_phy->is_in_link_training == FALSE) in scic_sds_controller_is_start_complete()
1618 && (the_phy->parent.state_machine.current_state_id in scic_sds_controller_is_start_complete()
1622 (the_phy->is_in_link_training == FALSE) in scic_sds_controller_is_start_complete()
1623 && (the_phy->parent.state_machine.current_state_id in scic_sds_controller_is_start_complete()
1627 (the_phy->is_in_link_training == TRUE) in scic_sds_controller_is_start_complete()
1628 && (the_phy->parent.state_machine.current_state_id in scic_sds_controller_is_start_complete()
1680 SCIC_SDS_PHY_T * the_phy; in scic_sds_controller_start_next_phy() local
1682 the_phy = &this_controller->phy_table[this_controller->next_phy_to_start]; in scic_sds_controller_start_next_phy()
[all …]
H A Dscic_sds_controller.h683 struct SCIC_SDS_PHY *the_phy
688 struct SCIC_SDS_PHY *the_phy
698 struct SCIC_SDS_PHY *the_phy
704 struct SCIC_SDS_PHY *the_phy
H A Dscic_sds_port.h385 struct SCIC_SDS_PHY * the_phy
390 struct SCIC_SDS_PHY * the_phy
422 struct SCIC_SDS_PHY *the_phy,