Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mvsas/
Dmv_sas.c740 if (tei.port && !tei.port->port_attached && !tmf) { in mvs_task_prep()
1060 port->port_attached = 0; in mvs_is_phy_ready()
1063 port->port_attached = 0; in mvs_is_phy_ready()
1206 port->port_attached = 1; in mvs_port_notify_formed()
1901 if (!slot->port->port_attached) { in mvs_slot_complete()
Dmv_sas.h212 u8 port_attached; member
Dmv_init.c252 mvi->port[i].port_attached = 0; in mvs_alloc()
/linux-3.4.99/drivers/scsi/pm8001/
Dpm8001_sas.h183 u8 port_attached; member
Dpm8001_hwi.c3117 port->port_attached = 1; in hw_event_sas_phy_up()
3123 port->port_attached = 1; in hw_event_sas_phy_up()
3129 port->port_attached = 1; in hw_event_sas_phy_up()
3184 port->port_attached = 1; in hw_event_sata_phy_up()
3233 port->port_attached = 0; in hw_event_phy_down()
3244 port->port_attached = 0; in hw_event_phy_down()
3251 port->port_attached = 0; in hw_event_phy_down()
3256 port->port_attached = 0; in hw_event_phy_down()
Dpm8001_init.c205 pm8001_ha->port[i].port_attached = 0; in pm8001_alloc()
Dpm8001_sas.c384 if (DEV_IS_GONE(pm8001_dev) || !port->port_attached) { in pm8001_task_exec()