Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/mpi3mr/
Dmpi3mr_transport.c655 struct mpi3mr_sas_phy *srch_phy; in mpi3mr_add_phy_to_an_existing_port() local
670 list_for_each_entry(srch_phy, &mr_sas_port->phy_list, in mpi3mr_add_phy_to_an_existing_port()
672 if (srch_phy == mr_sas_phy) in mpi3mr_add_phy_to_an_existing_port()
720 struct mpi3mr_sas_phy *srch_phy; in mpi3mr_del_phy_from_an_existing_port() local
727 list_for_each_entry(srch_phy, &mr_sas_port->phy_list, in mpi3mr_del_phy_from_an_existing_port()
729 if (srch_phy != mr_sas_phy) in mpi3mr_del_phy_from_an_existing_port()