Home
last modified time | relevance | path

Searched refs:scic_sds_phy_get_index (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/isci/scil/
HDscic_sds_port_configuration_agent.c495 port_agent->phy_ready_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_mpc_agent_link_up()
499 if ((port->active_phy_mask & (1 << scic_sds_phy_get_index(phy))) != 0) in scic_sds_mpc_agent_link_up()
501 port_agent->phy_configured_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_mpc_agent_link_up()
545 port_agent->phy_ready_mask &= ~(1 << scic_sds_phy_get_index(phy)); in scic_sds_mpc_agent_link_down()
546 port_agent->phy_configured_mask &= ~(1 << scic_sds_phy_get_index(phy)); in scic_sds_mpc_agent_link_down()
841 port_agent->phy_ready_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_apc_agent_link_up()
858 port_agent->phy_ready_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_apc_agent_link_up()
896 port_agent->phy_ready_mask &= ~(1 << scic_sds_phy_get_index(phy)); in scic_sds_apc_agent_link_down()
HDscic_sds_phy.h345 #define scic_sds_phy_get_index(phy) \ macro