Searched refs:port_siblings (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 474 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() 755 port_siblings) in mpt3sas_transport_port_add() 756 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_add() 812 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove() 823 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_remove() [all...] |
H A D | mpt3sas_base.h | 746 * @port_siblings: list of phys belonging to a port 756 struct list_head port_siblings; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 539 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() 872 port_siblings) in mpt3sas_transport_port_add() 873 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_add() 992 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove() 1003 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_remove() [all...] |
H A D | mpt3sas_base.h | 769 * @port_siblings: list of phys belonging to a port 780 struct list_head port_siblings; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 603 list_del(&mr_sas_phy->port_siblings); in mpi3mr_delete_sas_phy() 630 list_add_tail(&mr_sas_phy->port_siblings, &mr_sas_port->phy_list); in mpi3mr_add_sas_phy() 671 port_siblings) { in mpi3mr_add_phy_to_an_existing_port() 728 port_siblings) { in mpi3mr_del_phy_from_an_existing_port() 869 INIT_LIST_HEAD(&mr_sas_phy->port_siblings); in mpi3mr_add_host_phy() 939 INIT_LIST_HEAD(&mr_sas_phy->port_siblings); in mpi3mr_add_expander_phy() 1363 list_add_tail(&mr_sas_node->phy[i].port_siblings, in mpi3mr_sas_port_add() 1404 port_siblings) { in mpi3mr_sas_port_add() 1468 port_siblings) in mpi3mr_sas_port_add() 1469 list_del(&mr_sas_phy->port_siblings); in mpi3mr_sas_port_add() [all...] |
H A D | mpi3mr.h | 519 * @port_siblings: List of phys belonging to a port 530 struct list_head port_siblings; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_transport_sas.c | 694 INIT_LIST_HEAD(&phy->port_siblings); in sas_phy_alloc() 763 BUG_ON(!list_empty(&phy->port_siblings)); in sas_phy_delete() 999 port_siblings) { in sas_port_delete() 1001 list_del_init(&phy->port_siblings); in sas_port_delete() 1046 phy = list_entry(ent, typeof(*phy), port_siblings); in sas_port_get_phy() 1070 if (unlikely(!list_empty(&phy->port_siblings))) { in sas_port_add_phy() 1074 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy() 1086 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy() 1105 list_del_init(&phy->port_siblings); in sas_port_delete_phy()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_sas.c | 700 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()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_sas.h | 81 struct list_head port_siblings; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_sas.h | 82 struct list_head port_siblings; member
|
Completed in 25 milliseconds