Searched refs:mr_sas_node (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/scsi/mpi3mr/ |
| D | mpi3mr_transport.c | 654 struct mpi3mr_sas_node *mr_sas_node, struct mpi3mr_sas_phy *mr_sas_phy, in mpi3mr_add_phy_to_an_existing_port() argument 666 list_for_each_entry(mr_sas_port, &mr_sas_node->sas_port_list, in mpi3mr_add_phy_to_an_existing_port() 720 struct mpi3mr_sas_node *mr_sas_node, struct mpi3mr_sas_phy *mr_sas_phy) in mpi3mr_del_phy_from_an_existing_port() argument 728 list_for_each_entry_safe(mr_sas_port, next, &mr_sas_node->sas_port_list, in mpi3mr_del_phy_from_an_existing_port() 759 struct mpi3mr_sas_node *mr_sas_node, u64 sas_address, in mpi3mr_sas_port_sanity_check() argument 764 for (i = 0; i < mr_sas_node->num_phys; i++) { in mpi3mr_sas_port_sanity_check() 765 if ((mr_sas_node->phy[i].remote_identify.sas_address != in mpi3mr_sas_port_sanity_check() 766 sas_address) || (mr_sas_node->phy[i].hba_port != hba_port)) in mpi3mr_sas_port_sanity_check() 768 if (mr_sas_node->phy[i].phy_belongs_to_port == 1) in mpi3mr_sas_port_sanity_check() 770 mr_sas_node, &mr_sas_node->phy[i]); in mpi3mr_sas_port_sanity_check() [all …]
|