Home
last modified time | relevance | path

Searched refs:port_phy_el (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/libsas/
Dsas_discover.c83 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device()
168 list_for_each_entry(phy, &port->phy_list, port_phy_el) in sas_get_port_device()
266 list_for_each_entry(phy, &port->phy_list, port_phy_el) { in sas_suspend_devices()
Dsas_port.c156 list_add_tail(&phy->port_phy_el, &port->phy_list); in sas_form_port()
235 list_del_init(&phy->port_phy_el); in sas_deform_port()
Dsas_phy.c145 INIT_LIST_HEAD(&phy->port_phy_el); in sas_register_phys()
/linux-4.4.14/include/scsi/
Dlibsas.h352 struct list_head port_phy_el; /* driver:RO */ member
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.c87 struct asd_sas_phy, port_phy_el); in mvs_find_dev_mvi()
116 &sha->sas_port[i]->phy_list, port_phy_el) { in mvs_find_dev_phyno()