Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c512 list_del(&mpt2sas_phy->port_siblings); in _transport_delete_phy()
536 list_add_tail(&mpt2sas_phy->port_siblings, &mpt2sas_port->phy_list); in _transport_add_phy()
567 port_siblings) { in _transport_add_phy_to_an_existing_port()
598 port_siblings) { in _transport_del_phy_from_an_existing_port()
698 list_add_tail(&sas_node->phy[i].port_siblings, in mpt2sas_transport_port_add()
717 port_siblings) { in mpt2sas_transport_port_add()
763 port_siblings) in mpt2sas_transport_port_add()
764 list_del(&mpt2sas_phy->port_siblings); in mpt2sas_transport_port_add()
817 &mpt2sas_port->phy_list, port_siblings) { in mpt2sas_transport_port_remove()
826 list_del(&mpt2sas_phy->port_siblings); in mpt2sas_transport_port_remove()
[all …]
Dmpt2sas_base.h459 struct list_head port_siblings; member
/linux-3.4.99/drivers/scsi/
Dscsi_transport_sas.c730 INIT_LIST_HEAD(&phy->port_siblings); in sas_phy_alloc()
794 BUG_ON(!list_empty(&phy->port_siblings)); in sas_phy_delete()
1030 port_siblings) { in sas_port_delete()
1032 list_del_init(&phy->port_siblings); in sas_port_delete()
1077 phy = list_entry(ent, typeof(*phy), port_siblings); in sas_port_get_phy()
1101 if (unlikely(!list_empty(&phy->port_siblings))) { in sas_port_add_phy()
1105 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy()
1117 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy()
1136 list_del_init(&phy->port_siblings); in sas_port_delete_phy()
/linux-3.4.99/include/scsi/
Dscsi_transport_sas.h76 struct list_head port_siblings; member