Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c519 if (!port->port_attached) { in hisi_sas_queue_command()
1074 port->port_attached = 1; in hisi_sas_port_notify_formed()
1380 } else if (!port->port_attached) in hisi_sas_refresh_port_id()
2099 port->port_attached = 0; in hisi_sas_phy_down()
2101 port->port_attached = 0; in hisi_sas_phy_down()
2200 hisi_hba->port[i].port_attached = 0; in hisi_sas_alloc()
H A Dhisi_sas.h199 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.c2460 if (!slot->port->port_attached) { in slot_complete_v2_hw()
H A Dhisi_sas_v3_hw.c2407 if (!slot->port->port_attached) { in slot_complete_v3_hw()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c726 if (tei.port && !tei.port->port_attached && !tmf) { in mvs_task_prep()
945 port->port_attached = 0; in mvs_is_phy_ready()
948 port->port_attached = 0; in mvs_is_phy_ready()
1091 port->port_attached = 1; in mvs_port_notify_formed()
1631 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/pm8001/
H A Dpm8001_hwi.c3139 port->port_attached = 1; in hw_event_sas_phy_up()
3144 port->port_attached = 1; in hw_event_sas_phy_up()
3149 port->port_attached = 1; in hw_event_sas_phy_up()
3205 port->port_attached = 1; in hw_event_sata_phy_up()
3254 port->port_attached = 0; in hw_event_phy_down()
3265 port->port_attached = 0; in hw_event_phy_down()
3271 port->port_attached = 0; in hw_event_phy_down()
3276 port->port_attached = 0; in hw_event_phy_down()
H A Dpm80xx_hwi.c3169 port->port_attached = 1; in hw_event_sas_phy_up()
3174 port->port_attached = 1; in hw_event_sas_phy_up()
3179 port->port_attached = 1; in hw_event_sas_phy_up()
3239 port->port_attached = 1; in hw_event_sata_phy_up()
3295 port->port_attached = 0; in hw_event_phy_down()
3310 port->port_attached = 0; in hw_event_phy_down()
3318 port->port_attached = 0; in hw_event_phy_down()
3326 port->port_attached = 0; in hw_event_phy_down()
H A Dpm8001_sas.h230 u8 port_attached; member
H A Dpm8001_sas.c509 (DEV_IS_GONE(pm8001_dev) || !port || !port->port_attached)) { in pm8001_queue_command()