Searched refs:sas_node (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 573 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy, in mpt3sas_transport_add_phy_to_an_existing_port() argument 585 list_for_each_entry(mpt3sas_port, &sas_node->sas_port_list, in mpt3sas_transport_add_phy_to_an_existing_port() 611 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy) in mpt3sas_transport_del_phy_from_an_existing_port() argument 619 list_for_each_entry_safe(mpt3sas_port, next, &sas_node->sas_port_list, in mpt3sas_transport_del_phy_from_an_existing_port() 650 _transport_sanity_check(struct MPT3SAS_ADAPTER *ioc, struct _sas_node *sas_node, in _transport_sanity_check() argument 655 for (i = 0; i < sas_node->num_phys; i++) { in _transport_sanity_check() 656 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check() 658 if (sas_node->phy[i].port != port) in _transport_sanity_check() 660 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check() 662 sas_node, &sas_node->phy[i]); in _transport_sanity_check() [all …]
|
H A D | mpt3sas_scsih.c | 6299 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_del_phy_part_of_anther_port() local 6308 ioc, sas_node, &sas_node->phy[offset]); in _scsih_del_phy_part_of_anther_port() 6333 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_add_or_del_phys_from_existing_port() local 6345 if (sas_node->phy[offset].phy_belongs_to_port) in _scsih_add_or_del_phys_from_existing_port() 6347 ioc, sas_node, &sas_node->phy[offset]); in _scsih_add_or_del_phys_from_existing_port() 6349 ioc, sas_node, &sas_node->phy[offset], in _scsih_add_or_del_phys_from_existing_port()
|