Searched refs:active_phy_mask (Results 1 – 3 of 3) sorted by relevance
499 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()
791 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()
138 U8 active_phy_mask; member346 (((port)->active_phy_mask & (1 << (phy)->phy_index)) != 0)