Home
last modified time | relevance | path

Searched refs:port_attached (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c747 if (tei.port && !tei.port->port_attached && !tmf) { in mvs_task_prep()
970 port->port_attached = 0; in mvs_is_phy_ready()
973 port->port_attached = 0; in mvs_is_phy_ready()
1116 port->port_attached = 1; in mvs_port_notify_formed()
1820 if (!slot->port->port_attached) { in mvs_slot_complete()
Dmv_sas.h216 u8 port_attached; member
Dmv_init.c243 mvi->port[i].port_attached = 0; in mvs_alloc()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c331 if (port && !port->port_attached) { in hisi_sas_task_prep()
791 port->port_attached = 1; in hisi_sas_port_notify_formed()
1916 port->port_attached = 0; in hisi_sas_phy_down()
1918 port->port_attached = 0; in hisi_sas_phy_down()
2005 hisi_hba->port[i].port_attached = 0; in hisi_sas_alloc()
Dhisi_sas.h155 u8 port_attached; member
Dhisi_sas_v1_hw.c1350 if (!slot->port->port_attached) { in slot_complete_v1_hw()
Dhisi_sas_v3_hw.c1747 if (!slot->port->port_attached) { in slot_complete_v3_hw()
Dhisi_sas_v2_hw.c2479 if (!slot->port->port_attached) { in slot_complete_v2_hw()
/Linux-v4.19/drivers/scsi/pm8001/
Dpm8001_hwi.c3399 port->port_attached = 1; in hw_event_sas_phy_up()
3405 port->port_attached = 1; in hw_event_sas_phy_up()
3411 port->port_attached = 1; in hw_event_sas_phy_up()
3467 port->port_attached = 1; in hw_event_sata_phy_up()
3516 port->port_attached = 0; in hw_event_phy_down()
3527 port->port_attached = 0; in hw_event_phy_down()
3534 port->port_attached = 0; in hw_event_phy_down()
3539 port->port_attached = 0; in hw_event_phy_down()
Dpm80xx_hwi.c2941 port->port_attached = 1; in hw_event_sas_phy_up()
2947 port->port_attached = 1; in hw_event_sas_phy_up()
2953 port->port_attached = 1; in hw_event_sas_phy_up()
3012 port->port_attached = 1; in hw_event_sata_phy_up()
3064 port->port_attached = 0; in hw_event_phy_down()
3077 port->port_attached = 0; in hw_event_phy_down()
3085 port->port_attached = 0; in hw_event_phy_down()
3093 port->port_attached = 0; in hw_event_phy_down()
Dpm8001_sas.h245 u8 port_attached; member
Dpm8001_sas.c383 if (DEV_IS_GONE(pm8001_dev) || !port->port_attached) { in pm8001_task_exec()
Dpm8001_init.c256 pm8001_ha->port[i].port_attached = 0; in pm8001_alloc()