Home
last modified time | relevance | path

Searched refs:PHY_PLUG_OUT (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/scsi/mvsas/
A Dmv_defs.h387 PHY_PLUG_OUT = (1U << 1), /* phy plug out */ enumerator
A Dmv_sas.c1722 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_work_queue()
1726 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_work_queue()
1810 if (!(phy->phy_event & PHY_PLUG_OUT)) { in mvs_int_port()
1814 phy->phy_event |= PHY_PLUG_OUT; in mvs_int_port()
1863 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_int_port()
1865 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_int_port()

Completed in 8 milliseconds