Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c580 struct _sas_phy *phy_srch; in mpt3sas_transport_add_phy_to_an_existing_port() local
595 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in mpt3sas_transport_add_phy_to_an_existing_port()
597 if (phy_srch == mpt3sas_phy) in mpt3sas_transport_add_phy_to_an_existing_port()
617 struct _sas_phy *phy_srch; in mpt3sas_transport_del_phy_from_an_existing_port() local
624 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in mpt3sas_transport_del_phy_from_an_existing_port()
626 if (phy_srch != mpt3sas_phy) in mpt3sas_transport_del_phy_from_an_existing_port()