Searched refs:sas_node (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 576 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy, in mpt3sas_transport_add_phy_to_an_existing_port() argument 588 list_for_each_entry(mpt3sas_port, &sas_node->sas_port_list, in mpt3sas_transport_add_phy_to_an_existing_port() 614 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy) in mpt3sas_transport_del_phy_from_an_existing_port() argument 622 list_for_each_entry_safe(mpt3sas_port, next, &sas_node->sas_port_list, in mpt3sas_transport_del_phy_from_an_existing_port() 653 _transport_sanity_check(struct MPT3SAS_ADAPTER *ioc, struct _sas_node *sas_node, in _transport_sanity_check() argument 658 for (i = 0; i < sas_node->num_phys; i++) { in _transport_sanity_check() 659 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check() 661 if (sas_node->phy[i].port != port) in _transport_sanity_check() 663 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check() 665 sas_node, &sas_node->phy[i]); in _transport_sanity_check() [all …]
|
| H A D | mpt3sas_scsih.c | 6600 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_del_phy_part_of_anther_port() local 6609 ioc, sas_node, &sas_node->phy[offset]); in _scsih_del_phy_part_of_anther_port() 6634 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_add_or_del_phys_from_existing_port() local 6646 if (sas_node->phy[offset].phy_belongs_to_port) in _scsih_add_or_del_phys_from_existing_port() 6648 ioc, sas_node, &sas_node->phy[offset]); in _scsih_add_or_del_phys_from_existing_port() 6650 ioc, sas_node, &sas_node->phy[offset], in _scsih_add_or_del_phys_from_existing_port()
|