Searched refs:sas_node (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/scsi/mpt3sas/ |
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 …]
|
D | mpt3sas_base.h | 2022 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy); 2025 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy,
|
D | mpt3sas_scsih.c | 6280 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_del_phy_part_of_anther_port() local 6289 ioc, sas_node, &sas_node->phy[offset]); in _scsih_del_phy_part_of_anther_port() 6314 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_add_or_del_phys_from_existing_port() local 6326 if (sas_node->phy[offset].phy_belongs_to_port) in _scsih_add_or_del_phys_from_existing_port() 6328 ioc, sas_node, &sas_node->phy[offset]); in _scsih_add_or_del_phys_from_existing_port() 6330 ioc, sas_node, &sas_node->phy[offset], in _scsih_add_or_del_phys_from_existing_port()
|