Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/isci/
Dport_config.c341 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask; in mpc_agent_timeout()
369 port_agent->phy_ready_mask |= (1 << iphy->phy_index); in sci_mpc_agent_link_up()
406 port_agent->phy_ready_mask &= ~(1 << iphy->phy_index); in sci_mpc_agent_link_down()
416 (port_agent->phy_ready_mask != 0x0000) && in sci_mpc_agent_link_down()
612 port_agent->phy_ready_mask |= 1 << phy_index; in sci_apc_agent_link_up()
617 port_agent->phy_ready_mask |= 1 << phy_index; in sci_apc_agent_link_up()
641 port_agent->phy_ready_mask &= ~(1 << iphy->phy_index); in sci_apc_agent_link_down()
675 configure_phy_mask = ~port_agent->phy_configured_mask & port_agent->phy_ready_mask; in apc_agent_timeout()
713 port_agent->phy_ready_mask = 0x00; in sci_port_configuration_agent_construct()
Dhost.h117 u16 phy_ready_mask; member
Dhost.c887 (ihost->port_agent.phy_ready_mask != ihost->port_agent.phy_configured_mask)) in is_controller_start_complete()