Home
last modified time | relevance | path

Searched refs:phy_configured_mask (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/isci/
Dport_config.c342 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask; in mpc_agent_timeout()
373 port_agent->phy_configured_mask |= (1 << iphy->phy_index); in sci_mpc_agent_link_up()
408 port_agent->phy_configured_mask &= ~(1 << iphy->phy_index); in sci_mpc_agent_link_down()
416 if ((port_agent->phy_configured_mask == 0x0000) && in sci_mpc_agent_link_down()
580 port_agent->phy_configured_mask |= (1 << iphy->phy_index); in sci_apc_agent_configure_ports()
650 if (port_agent->phy_configured_mask & (1 << iphy->phy_index)) { in sci_apc_agent_link_down()
656 port_agent->phy_configured_mask &= ~(1 << iphy->phy_index); in sci_apc_agent_link_down()
680 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask; in apc_agent_timeout()
714 port_agent->phy_configured_mask = 0x00; in sci_port_configuration_agent_construct()
Dhost.h113 u16 phy_configured_mask; member
Dhost.c900 (ihost->port_agent.phy_ready_mask != ihost->port_agent.phy_configured_mask)) { in sci_controller_start_next_phy()