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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port.h138 U8 active_phy_mask; member in struct:SCIC_SDS_PORT
346 (((port)->active_phy_mask & (1 << (phy)->phy_index)) != 0)
H A Dscic_sds_port.c791 this_port->active_phy_mask = 0;
883 || (this_port->active_phy_mask == 0)
1032 if (this_port->active_phy_mask & (1 << index))
1105 this_port->active_phy_mask |= 1 << the_phy->phy_index;
1139 this_port->active_phy_mask &= ~(1 << the_phy->phy_index);
3125 if (this_port->active_phy_mask == 0)
3481 if (this_port->active_phy_mask != 0)
3547 if ( ( (this_port->active_phy_mask ^ this_port->enabled_phy_mask) & (1 << index) ) != 0)
3618 if (this_port->active_phy_mask == 0)
H A Dscic_sds_port_configuration_agent.c499 if ((port->active_phy_mask & (1 << scic_sds_phy_get_index(phy))) != 0)
732 if (port->active_phy_mask > (1 << phy->phy_index))
758 if (port->active_phy_mask == 0)
763 else if (port->active_phy_mask != 0)

Completed in 123 milliseconds