Searched refs:port_siblings (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 508 list_del(&mpt3sas_phy->port_siblings); in _transport_delete_phy() 532 list_add_tail(&mpt3sas_phy->port_siblings, &mpt3sas_port->phy_list); in _transport_add_phy() 564 port_siblings) { in _transport_add_phy_to_an_existing_port() 595 port_siblings) { in _transport_del_phy_from_an_existing_port() 696 list_add_tail(&sas_node->phy[i].port_siblings, in mpt3sas_transport_port_add() 715 port_siblings) { in mpt3sas_transport_port_add() 760 port_siblings) in mpt3sas_transport_port_add() 761 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_add() 819 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove() 828 list_del(&mpt3sas_phy->port_siblings); in mpt3sas_transport_port_remove() [all …]
|
D | mpt3sas_base.h | 392 struct list_head port_siblings; member
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 516 list_del(&mpt2sas_phy->port_siblings); in _transport_delete_phy() 540 list_add_tail(&mpt2sas_phy->port_siblings, &mpt2sas_port->phy_list); in _transport_add_phy() 571 port_siblings) { in _transport_add_phy_to_an_existing_port() 602 port_siblings) { in _transport_del_phy_from_an_existing_port() 702 list_add_tail(&sas_node->phy[i].port_siblings, in mpt2sas_transport_port_add() 721 port_siblings) { in mpt2sas_transport_port_add() 767 port_siblings) in mpt2sas_transport_port_add() 768 list_del(&mpt2sas_phy->port_siblings); in mpt2sas_transport_port_add() 825 &mpt2sas_port->phy_list, port_siblings) { in mpt2sas_transport_port_remove() 834 list_del(&mpt2sas_phy->port_siblings); in mpt2sas_transport_port_remove() [all …]
|
D | mpt2sas_base.h | 468 struct list_head port_siblings; member
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_sas.c | 731 INIT_LIST_HEAD(&phy->port_siblings); in sas_phy_alloc() 795 BUG_ON(!list_empty(&phy->port_siblings)); in sas_phy_delete() 1031 port_siblings) { in sas_port_delete() 1033 list_del_init(&phy->port_siblings); in sas_port_delete() 1078 phy = list_entry(ent, typeof(*phy), port_siblings); in sas_port_get_phy() 1102 if (unlikely(!list_empty(&phy->port_siblings))) { in sas_port_add_phy() 1106 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy() 1118 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy() 1137 list_del_init(&phy->port_siblings); in sas_port_delete_phy()
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_sas.h | 70 struct list_head port_siblings; member
|