Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dport.h89 * @enabled_phy_mask: phy mask for the port
108 u8 enabled_phy_mask; member
H A Dport.c619 iport->enabled_phy_mask |= 1 << iphy->phy_index; in sci_port_resume_phy()
645 iport->enabled_phy_mask &= ~(1 << iphy->phy_index); in sci_port_deactivate_phy()
977 if (((iport->active_phy_mask^iport->enabled_phy_mask) & (1 << index)) != 0) in sci_port_ready_substate_operational_enter()
1615 iport->enabled_phy_mask = 0; in sci_port_construct()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dport.h89 * @enabled_phy_mask: phy mask for the port
108 u8 enabled_phy_mask; member
H A Dport.c620 iport->enabled_phy_mask |= 1 << iphy->phy_index; in sci_port_resume_phy()
646 iport->enabled_phy_mask &= ~(1 << iphy->phy_index); in sci_port_deactivate_phy()
979 if (((iport->active_phy_mask^iport->enabled_phy_mask) & (1 << index)) != 0) in sci_port_ready_substate_operational_enter()
1617 iport->enabled_phy_mask = 0; in sci_port_construct()

Completed in 6 milliseconds