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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c434 U16 configure_phy_mask; local
446 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
450 if (configure_phy_mask & (1 << index))
930 U16 configure_phy_mask; local
943 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
945 if (configure_phy_mask != 0x00)
949 if (configure_phy_mask & (1 << index))

Completed in 110 milliseconds