Searched refs:sas_node (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/scsi/mpt3sas/ |
A D | mpt3sas_transport.c | 662 if (sas_node->phy[i].port != port) in _transport_sanity_check() 666 sas_node, &sas_node->phy[i]); in _transport_sanity_check() 689 struct _sas_node *sas_node; in mpt3sas_transport_port_add() local 717 if (!sas_node) { in mpt3sas_transport_port_add() 737 _transport_sanity_check(ioc, sas_node, in mpt3sas_transport_port_add() 750 if (!sas_node->phy[i].hba_vphy) { in mpt3sas_transport_port_add() 782 if (!sas_node->parent_dev) { in mpt3sas_transport_port_add() 886 struct _sas_node *sas_node; in mpt3sas_transport_port_remove() local 898 if (!sas_node) { in mpt3sas_transport_port_remove() 1158 struct _sas_node *sas_node; in mpt3sas_transport_update_links() local [all …]
|
A D | mpt3sas_base.h | 2020 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy); 2023 struct _sas_node *sas_node, struct _sas_phy *mpt3sas_phy,
|
A D | mpt3sas_scsih.c | 6293 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()
|
Completed in 37 milliseconds