Home
last modified time | relevance | path

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

/linux/drivers/scsi/mvsas/
H A Dmv_sas.c716 if (tei.port && !tei.port->port_attached && !tmf) { in mvs_task_prep()
935 port->port_attached = 0; in mvs_is_phy_ready()
938 port->port_attached = 0; in mvs_is_phy_ready()
1081 port->port_attached = 1; in mvs_port_notify_formed()
1621 if (!slot->port->port_attached) { in mvs_slot_complete()
H A Dmv_sas.h197 u8 port_attached; member
H A Dmv_init.c214 mvi->port[i].port_attached = 0; in mvs_alloc()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c551 if (!port->port_attached) { in hisi_sas_queue_command()
1126 port->port_attached = 1; in hisi_sas_port_notify_formed()
1432 } else if (!port->port_attached) in hisi_sas_refresh_port_id()
2131 port->port_attached = 0; in hisi_sas_phy_down()
2133 port->port_attached = 0; in hisi_sas_phy_down()
2232 hisi_hba->port[i].port_attached = 0; in hisi_sas_alloc()
H A Dhisi_sas.h210 u8 port_attached; member
H A Dhisi_sas_v1_hw.c1301 if (!slot->port->port_attached) { in slot_complete_v1_hw()
H A Dhisi_sas_v2_hw.c2459 if (!slot->port->port_attached) { in slot_complete_v2_hw()
H A Dhisi_sas_v3_hw.c2461 if (!slot->port->port_attached) { in slot_complete_v3_hw()
/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3215 port->port_attached = 1; in hw_event_sas_phy_up()
3220 port->port_attached = 1; in hw_event_sas_phy_up()
3225 port->port_attached = 1; in hw_event_sas_phy_up()
3285 port->port_attached = 1; in hw_event_sata_phy_up()
3341 port->port_attached = 0; in hw_event_phy_down()
3356 port->port_attached = 0; in hw_event_phy_down()
3364 port->port_attached = 0; in hw_event_phy_down()
3372 port->port_attached = 0; in hw_event_phy_down()
H A Dpm8001_hwi.c3138 port->port_attached = 1; in hw_event_sas_phy_up()
3143 port->port_attached = 1; in hw_event_sas_phy_up()
3148 port->port_attached = 1; in hw_event_sas_phy_up()
3204 port->port_attached = 1; in hw_event_sata_phy_up()
3253 port->port_attached = 0; in hw_event_phy_down()
3264 port->port_attached = 0; in hw_event_phy_down()
3270 port->port_attached = 0; in hw_event_phy_down()
3275 port->port_attached = 0; in hw_event_phy_down()
H A Dpm8001_sas.h238 u8 port_attached; member
H A Dpm8001_sas.c518 (DEV_IS_GONE(pm8001_dev) || !port || !port->port_attached)) { in pm8001_queue_command()
H A Dpm8001_init.c341 pm8001_ha->port[i].port_attached = 0; in pm8001_alloc()