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

/drivers/scsi/isci/
H A Dport_config.c329 u16 configure_phy_mask; local
342 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
347 if (configure_phy_mask & (1 << index)) {
664 u16 configure_phy_mask; local
676 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask;
678 if (!configure_phy_mask)
682 if ((configure_phy_mask & (1 << index)) == 0)

Completed in 74 milliseconds