Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mvsas/
Dmv_sas.c729 if (tei.port && !tei.port->port_attached && !tmf) { in mvs_task_prep()
951 port->port_attached = 0; in mvs_is_phy_ready()
954 port->port_attached = 0; in mvs_is_phy_ready()
1097 port->port_attached = 1; in mvs_port_notify_formed()
1801 if (!slot->port->port_attached) { in mvs_slot_complete()
Dmv_sas.h197 u8 port_attached; member
Dmv_init.c232 mvi->port[i].port_attached = 0; in mvs_alloc()
/Linux-v5.15/drivers/scsi/hisi_sas/
Dhisi_sas_main.c464 if (port && !port->port_attached) { in hisi_sas_task_prep()
999 port->port_attached = 1; in hisi_sas_port_notify_formed()
2269 port->port_attached = 0; in hisi_sas_phy_down()
2271 port->port_attached = 0; in hisi_sas_phy_down()
2369 hisi_hba->port[i].port_attached = 0; in hisi_sas_alloc()
Dhisi_sas.h199 u8 port_attached; member
Dhisi_sas_v1_hw.c1305 if (!slot->port->port_attached) { in slot_complete_v1_hw()
Dhisi_sas_v2_hw.c2453 if (!slot->port->port_attached) { in slot_complete_v2_hw()
Dhisi_sas_v3_hw.c2309 if (!slot->port->port_attached) { in slot_complete_v3_hw()
/Linux-v5.15/drivers/scsi/pm8001/
Dpm8001_hwi.c3375 port->port_attached = 1; in hw_event_sas_phy_up()
3380 port->port_attached = 1; in hw_event_sas_phy_up()
3385 port->port_attached = 1; in hw_event_sas_phy_up()
3439 port->port_attached = 1; in hw_event_sata_phy_up()
3488 port->port_attached = 0; in hw_event_phy_down()
3499 port->port_attached = 0; in hw_event_phy_down()
3505 port->port_attached = 0; in hw_event_phy_down()
3510 port->port_attached = 0; in hw_event_phy_down()
Dpm80xx_hwi.c3317 port->port_attached = 1; in hw_event_sas_phy_up()
3322 port->port_attached = 1; in hw_event_sas_phy_up()
3327 port->port_attached = 1; in hw_event_sas_phy_up()
3385 port->port_attached = 1; in hw_event_sata_phy_up()
3437 port->port_attached = 0; in hw_event_phy_down()
3450 port->port_attached = 0; in hw_event_phy_down()
3457 port->port_attached = 0; in hw_event_phy_down()
3465 port->port_attached = 0; in hw_event_phy_down()
Dpm8001_sas.h230 u8 port_attached; member
Dpm8001_sas.c415 if (DEV_IS_GONE(pm8001_dev) || !port->port_attached) { in pm8001_task_exec()
Dpm8001_init.c302 pm8001_ha->port[i].port_attached = 0; in pm8001_alloc()