Home
last modified time | relevance | path

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

/linux/drivers/scsi/libsas/
H A Dsas_init.c398 struct asd_sas_phy *first_phy; in sas_resume_insert_broadcast_ha() local
401 first_phy = list_first_entry_or_null( in sas_resume_insert_broadcast_ha()
406 if (first_phy) in sas_resume_insert_broadcast_ha()
407 sas_notify_port_event(first_phy, in sas_resume_insert_broadcast_ha()
/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c2195 int first_phy = -1; in pcnet32_open() local
2233 if (first_phy == -1) { in pcnet32_open()
2234 first_phy = i; in pcnet32_open()
2251 lp->mii_if.phy_id = first_phy; in pcnet32_open()
2252 netif_info(lp, link, dev, "Using PHY number %d\n", first_phy); in pcnet32_open()