Home
last modified time | relevance | path

Searched refs:phy_ready_mask (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/isci/scil/
Dscic_sds_port_configuration_agent.c446 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask; in scic_sds_mpc_agent_timeout_handler()
497 port_agent->phy_ready_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_mpc_agent_link_up()
547 port_agent->phy_ready_mask &= ~(1 << scic_sds_phy_get_index(phy)); in scic_sds_mpc_agent_link_down()
555 && (port_agent->phy_ready_mask != 0x0000) in scic_sds_mpc_agent_link_down()
843 port_agent->phy_ready_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_apc_agent_link_up()
860 port_agent->phy_ready_mask |= (1 << scic_sds_phy_get_index(phy)); in scic_sds_apc_agent_link_up()
898 port_agent->phy_ready_mask &= ~(1 << scic_sds_phy_get_index(phy)); in scic_sds_apc_agent_link_down()
943 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask; in scic_sds_apc_agent_timeout_handler()
959 (port_agent->phy_ready_mask == port_agent->phy_configured_mask) && in scic_sds_apc_agent_timeout_handler()
993 port_agent->phy_ready_mask = 0x00; in scic_sds_port_configuration_agent_construct()
Dscic_sds_port_configuration_agent.h94 U16 phy_ready_mask; member
Dscic_sds_controller.c1634 this_controller->port_agent.phy_ready_mask in scic_sds_controller_is_start_complete()