Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c515 struct _sas_phy *phy_srch; in _transport_add_phy_to_an_existing_port() local
525 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in _transport_add_phy_to_an_existing_port()
527 if (phy_srch == mpt3sas_phy) in _transport_add_phy_to_an_existing_port()
547 struct _sas_phy *phy_srch; in _transport_del_phy_from_an_existing_port() local
554 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in _transport_del_phy_from_an_existing_port()
556 if (phy_srch != mpt3sas_phy) in _transport_del_phy_from_an_existing_port()