Searched refs:mr_sas_node (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 665 struct mpi3mr_sas_node *mr_sas_node, struct mpi3mr_sas_phy *mr_sas_phy, in mpi3mr_add_phy_to_an_existing_port() argument 677 list_for_each_entry(mr_sas_port, &mr_sas_node->sas_port_list, in mpi3mr_add_phy_to_an_existing_port() 689 mpi3mr_add_sas_phy(mrioc, mr_sas_port, mr_sas_phy, mr_sas_node->host_node); in mpi3mr_add_phy_to_an_existing_port() 731 struct mpi3mr_sas_node *mr_sas_node, struct mpi3mr_sas_phy *mr_sas_phy) in mpi3mr_del_phy_from_an_existing_port() argument 739 list_for_each_entry_safe(mr_sas_port, next, &mr_sas_node->sas_port_list, in mpi3mr_del_phy_from_an_existing_port() 750 mr_sas_phy, mr_sas_node->host_node); in mpi3mr_del_phy_from_an_existing_port() 770 struct mpi3mr_sas_node *mr_sas_node, u64 sas_address, in mpi3mr_sas_port_sanity_check() argument 775 for (i = 0; i < mr_sas_node->num_phys; i++) { in mpi3mr_sas_port_sanity_check() 776 if ((mr_sas_node->phy[i].remote_identify.sas_address != in mpi3mr_sas_port_sanity_check() 777 sas_address) || (mr_sas_node->phy[i].hba_port != hba_port)) in mpi3mr_sas_port_sanity_check() [all …]
|