Searched refs:this_phy (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_phy.c | 102 SCIC_SDS_PHY_T *this_phy, in scic_sds_phy_transport_layer_initialization() argument 109 sci_base_object_get_logger(this_phy), in scic_sds_phy_transport_layer_initialization() 112 this_phy, transport_layer_registers in scic_sds_phy_transport_layer_initialization() 115 this_phy->transport_layer_registers = transport_layer_registers; in scic_sds_phy_transport_layer_initialization() 117 SCU_STPTLDARNI_WRITE(this_phy, SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX); in scic_sds_phy_transport_layer_initialization() 120 tl_control = SCU_TLCR_READ(this_phy); in scic_sds_phy_transport_layer_initialization() 122 SCU_TLCR_WRITE(this_phy, tl_control); in scic_sds_phy_transport_layer_initialization() 137 SCIC_SDS_PHY_T *this_phy, in scic_sds_phy_link_layer_initialization() argument 150 sci_base_object_get_logger(this_phy), in scic_sds_phy_link_layer_initialization() 153 this_phy, link_layer_registers in scic_sds_phy_link_layer_initialization() [all …]
|
H A D | scic_sds_phy.h | 405 struct SCIC_SDS_PHY *this_phy, 411 SCIC_SDS_PHY_T *this_phy 415 struct SCIC_SDS_PHY *this_phy, 420 SCIC_SDS_PHY_T *this_phy, 426 SCIC_SDS_PHY_T * this_phy 436 struct SCIC_SDS_PHY *this_phy 440 struct SCIC_SDS_PHY *this_phy 444 struct SCIC_SDS_PHY * this_phy, 451 SCIC_SDS_PHY_T *this_phy, 456 SCIC_SDS_PHY_T *this_phy, [all …]
|
H A D | sci_base_phy.c | 71 SCI_BASE_PHY_T *this_phy, in sci_base_phy_construct() argument 76 sci_base_object_construct(&this_phy->parent, logger); in sci_base_phy_construct() 79 &this_phy->state_machine, in sci_base_phy_construct() 80 &this_phy->parent, in sci_base_phy_construct() 86 &this_phy->state_machine in sci_base_phy_construct()
|
H A D | scic_sds_port.c | 1495 SCIC_SDS_PHY_T * this_phy in scic_sds_port_broadcast_change_received() argument 1500 this_port->owning_controller, this_port, this_phy in scic_sds_port_broadcast_change_received() 2138 SCIC_SDS_PHY_T * this_phy = (SCIC_SDS_PHY_T *)phy; in scic_sds_port_stopped_state_add_phy_handler() local 2150 scic_sds_phy_get_sas_address(this_phy, &phy_sas_address); in scic_sds_port_stopped_state_add_phy_handler() 2161 return scic_sds_port_set_phy(this_port, this_phy); in scic_sds_port_stopped_state_add_phy_handler() 2187 SCIC_SDS_PHY_T *this_phy = (SCIC_SDS_PHY_T *)phy; in scic_sds_port_stopped_state_remove_phy_handler() local 2189 return scic_sds_port_clear_phy(this_port, this_phy); in scic_sds_port_stopped_state_remove_phy_handler() 2908 SCIC_SDS_PHY_T * this_phy = (SCIC_SDS_PHY_T *)phy; in scic_sds_port_ready_substate_add_phy_handler() local 2911 status = scic_sds_port_set_phy(this_port, this_phy); in scic_sds_port_ready_substate_add_phy_handler() 2915 scic_sds_port_general_link_up_handler(this_port, this_phy, TRUE, FALSE); in scic_sds_port_ready_substate_add_phy_handler() [all …]
|
H A D | sci_base_phy.h | 204 SCI_BASE_PHY_T * this_phy,
|
H A D | scic_sds_port.h | 535 struct SCIC_SDS_PHY * this_phy
|