Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c499 if ((port->active_phy_mask & (1 << scic_sds_phy_get_index(phy))) != 0) in scic_sds_mpc_agent_link_up()
732 if (port->active_phy_mask > (1 << phy->phy_index)) in scic_sds_apc_agent_configure_ports()
758 if (port->active_phy_mask == 0) in scic_sds_apc_agent_configure_ports()
763 else if (port->active_phy_mask != 0) in scic_sds_apc_agent_configure_ports()
H A Dscic_sds_port.c791 this_port->active_phy_mask = 0; in scic_sds_port_construct()
883 || (this_port->active_phy_mask == 0) in scic_sds_port_general_link_up_handler()
1032 if (this_port->active_phy_mask & (1 << index)) in scic_sds_port_setup_transports()
1105 this_port->active_phy_mask |= 1 << the_phy->phy_index; in scic_sds_port_activate_phy()
1139 this_port->active_phy_mask &= ~(1 << the_phy->phy_index); in scic_sds_port_deactivate_phy()
3125 if (this_port->active_phy_mask == 0) in scic_sds_port_ready_operational_substate_link_down_handler()
3481 if (this_port->active_phy_mask != 0) in scic_sds_port_ready_substate_waiting_enter()
3547 if ( ( (this_port->active_phy_mask ^ this_port->enabled_phy_mask) & (1 << index) ) != 0) in scic_sds_port_ready_substate_operational_enter()
3618 if (this_port->active_phy_mask == 0) in scic_sds_port_ready_substate_configuring_enter()
H A Dscic_sds_port.h138 U8 active_phy_mask; member
346 (((port)->active_phy_mask & (1 << (phy)->phy_index)) != 0)