Home
last modified time | relevance | path

Searched refs:sas_node (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c577 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy, in mpt3sas_transport_add_phy_to_an_existing_port() argument
589 list_for_each_entry(mpt3sas_port, &sas_node->sas_port_list, in mpt3sas_transport_add_phy_to_an_existing_port()
615 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy) in mpt3sas_transport_del_phy_from_an_existing_port() argument
623 list_for_each_entry_safe(mpt3sas_port, next, &sas_node->sas_port_list, in mpt3sas_transport_del_phy_from_an_existing_port()
654 _transport_sanity_check(struct MPT3SAS_ADAPTER *ioc, struct _sas_node *sas_node, in _transport_sanity_check() argument
659 for (i = 0; i < sas_node->num_phys; i++) { in _transport_sanity_check()
660 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check()
662 if (sas_node->phy[i].port != port) in _transport_sanity_check()
664 if (sas_node->phy[i].phy_belongs_to_port == 1) in _transport_sanity_check()
666 sas_node, &sas_node->phy[i]); in _transport_sanity_check()
[all …]
Dmpt3sas_base.h2020 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy);
2023 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy,
Dmpt3sas_scsih.c6293 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_del_phy_part_of_anther_port() local
6302 ioc, sas_node, &sas_node->phy[offset]); in _scsih_del_phy_part_of_anther_port()
6327 struct _sas_node *sas_node = &ioc->sas_hba; in _scsih_add_or_del_phys_from_existing_port() local
6339 if (sas_node->phy[offset].phy_belongs_to_port) in _scsih_add_or_del_phys_from_existing_port()
6341 ioc, sas_node, &sas_node->phy[offset]); in _scsih_add_or_del_phys_from_existing_port()
6343 ioc, sas_node, &sas_node->phy[offset], in _scsih_add_or_del_phys_from_existing_port()