Searched refs:enabled_phy_mask (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_port.h143 U8 enabled_phy_mask; member in struct:SCIC_SDS_PORT
H A Dscic_sds_port.c792 this_port->enabled_phy_mask = 0;
1055 this_port->enabled_phy_mask |= 1 << the_phy->phy_index;
1140 this_port->enabled_phy_mask &= ~(1 << the_phy->phy_index);
3546 //enabled_phy_mask is not set then resume the phy
3547 if ( ( (this_port->active_phy_mask ^ this_port->enabled_phy_mask) & (1 << index) ) != 0)

Completed in 124 milliseconds