Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c474 list_del(&mpt3sas_phy->port_siblings); in _transport_delete_phy()
496 list_add_tail(&mpt3sas_phy->port_siblings, &mpt3sas_port->phy_list); in _transport_add_phy()
526 port_siblings) { in _transport_add_phy_to_an_existing_port()
555 port_siblings) { in _transport_del_phy_from_an_existing_port()
656 list_add_tail(&sas_node->phy[i].port_siblings, in mpt3sas_transport_port_add()
680 port_siblings) { in mpt3sas_transport_port_add()
743 port_siblings) in mpt3sas_transport_port_add()
744 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_add()
800 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove()
811 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_remove()
[all …]
Dmpt3sas_base.h756 struct list_head port_siblings; member
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_sas.c694 INIT_LIST_HEAD(&phy->port_siblings); in sas_phy_alloc()
758 BUG_ON(!list_empty(&phy->port_siblings)); in sas_phy_delete()
994 port_siblings) { in sas_port_delete()
996 list_del_init(&phy->port_siblings); in sas_port_delete()
1041 phy = list_entry(ent, typeof(*phy), port_siblings); in sas_port_get_phy()
1065 if (unlikely(!list_empty(&phy->port_siblings))) { in sas_port_add_phy()
1069 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy()
1081 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy()
1100 list_del_init(&phy->port_siblings); in sas_port_delete_phy()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_sas.h81 struct list_head port_siblings; member