Searched refs:port_phy_el (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_discover.c | 67 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device() 161 list_for_each_entry(phy, &port->phy_list, port_phy_el) in sas_get_port_device() 255 list_for_each_entry(phy, &port->phy_list, port_phy_el) { in sas_suspend_devices()
|
H A D | sas_phy.c | 126 INIT_LIST_HEAD(&phy->port_phy_el); in sas_register_phys()
|
H A D | sas_port.c | 142 list_add_tail(&phy->port_phy_el, &port->phy_list); in sas_form_port() 231 list_del_init(&phy->port_phy_el); in sas_deform_port()
|
H A D | sas_event.c | 111 port_phy_el); in sas_enable_revalidation()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_discover.c | 66 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device() 160 list_for_each_entry(phy, &port->phy_list, port_phy_el) in sas_get_port_device() 254 list_for_each_entry(phy, &port->phy_list, port_phy_el) { in sas_suspend_devices()
|
H A D | sas_phy.c | 126 INIT_LIST_HEAD(&phy->port_phy_el); in sas_register_phys()
|
H A D | sas_port.c | 73 list_add_tail(&phy->port_phy_el, &port->phy_list); in sas_form_port_add_phy() 241 list_del_init(&phy->port_phy_el); in sas_deform_port()
|
H A D | sas_event.c | 115 port_phy_el); in sas_enable_revalidation()
|
H A D | sas_init.c | 402 port_phy_el); in sas_resume_insert_broadcast_ha()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libsas.h | 341 struct list_head port_phy_el; /* driver:RO */ member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libsas.h | 328 struct list_head port_phy_el; /* driver:RO */ member
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 68 struct asd_sas_phy, port_phy_el); in mvs_find_dev_mvi() 100 &sha->sas_port[i]->phy_list, port_phy_el) { in mvs_find_dev_phyno()
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 71 struct asd_sas_phy, port_phy_el); in mvs_find_dev_mvi() 100 &sha->sas_port[i]->phy_list, port_phy_el) { in mvs_find_dev_phyno()
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 1397 list_for_each_entry(sas_phy, &sas_port->phy_list, port_phy_el) in hisi_sas_refresh_port_id() 1479 list_for_each_entry(sas_phy, &sas_port->phy_list, port_phy_el) { in hisi_sas_send_ata_reset_each_phy()
|
H A D | hisi_sas_v2_hw.c | 2591 list_for_each_entry(sas_phy, &asd_sas_port->phy_list, port_phy_el) { in hisi_sas_internal_abort_quirk_timeout()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 1364 list_for_each_entry(sas_phy, &sas_port->phy_list, port_phy_el) in hisi_sas_refresh_port_id()
|
H A D | hisi_sas_v2_hw.c | 2592 list_for_each_entry(sas_phy, &asd_sas_port->phy_list, port_phy_el) { in hisi_sas_internal_abort_quirk_timeout()
|
Completed in 33 milliseconds