Home
last modified time | relevance | path

Searched refs:port_siblings (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c539 list_del(&mpt3sas_phy->port_siblings); in _transport_delete_phy()
561 list_add_tail(&mpt3sas_phy->port_siblings, &mpt3sas_port->phy_list); in _transport_add_phy()
597 port_siblings) { in mpt3sas_transport_add_phy_to_an_existing_port()
626 port_siblings) { in mpt3sas_transport_del_phy_from_an_existing_port()
746 list_add_tail(&sas_node->phy[i].port_siblings, in mpt3sas_transport_port_add()
795 port_siblings) { in mpt3sas_transport_port_add()
862 port_siblings) in mpt3sas_transport_port_add()
863 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_add()
982 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove()
993 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_remove()
[all …]
Dmpt3sas_base.h780 struct list_head port_siblings; member
/linux-6.1.9/drivers/scsi/
Dscsi_transport_sas.c700 INIT_LIST_HEAD(&phy->port_siblings); in sas_phy_alloc()
769 BUG_ON(!list_empty(&phy->port_siblings)); in sas_phy_delete()
1005 port_siblings) { in sas_port_delete()
1007 list_del_init(&phy->port_siblings); in sas_port_delete()
1052 phy = list_entry(ent, typeof(*phy), port_siblings); in sas_port_get_phy()
1076 if (unlikely(!list_empty(&phy->port_siblings))) { in sas_port_add_phy()
1080 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy()
1092 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy()
1111 list_del_init(&phy->port_siblings); in sas_port_delete_phy()
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c606 list_del(&mr_sas_phy->port_siblings); in mpi3mr_delete_sas_phy()
633 list_add_tail(&mr_sas_phy->port_siblings, &mr_sas_port->phy_list); in mpi3mr_add_sas_phy()
674 port_siblings) { in mpi3mr_add_phy_to_an_existing_port()
731 port_siblings) { in mpi3mr_del_phy_from_an_existing_port()
872 INIT_LIST_HEAD(&mr_sas_phy->port_siblings); in mpi3mr_add_host_phy()
942 INIT_LIST_HEAD(&mr_sas_phy->port_siblings); in mpi3mr_add_expander_phy()
1366 list_add_tail(&mr_sas_node->phy[i].port_siblings, in mpi3mr_sas_port_add()
1407 port_siblings) { in mpi3mr_sas_port_add()
1471 port_siblings) in mpi3mr_sas_port_add()
1472 list_del(&mr_sas_phy->port_siblings); in mpi3mr_sas_port_add()
[all …]
Dmpi3mr.h525 struct list_head port_siblings; member
/linux-6.1.9/include/scsi/
Dscsi_transport_sas.h82 struct list_head port_siblings; member