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

/freebsd-10-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.h379 U8 invalid_phy_mask; member in struct:SCIC_SDS_CONTROLLER
590 ((controller)->invalid_phy_mask |= (1 << (phy)->phy_index))
598 ((controller)->invalid_phy_mask &= ~(1 << (phy)->phy_index))
H A Dscic_sds_port.c1174 if ((controller->invalid_phy_mask & (1 << the_phy->phy_index)) == 0)
H A Dscic_sds_controller.c6550 this_controller->invalid_phy_mask = 0;

Completed in 69 milliseconds