Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.c867 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in serdes_init_10g()
875 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) in serdes_init_10g()
1542 if ((np->flags & NIU_FLAGS_HOTPLUG_PHY) && in xcvr_init_10g_bcm8706()
2504 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in niu_determine_phy_disposition()
2549 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in niu_determine_phy_disposition()
2599 if (err && !(np->flags & NIU_FLAGS_HOTPLUG_PHY)) in niu_init_link()
2603 if (!err || (np->flags & NIU_FLAGS_HOTPLUG_PHY)) in niu_init_link()
8329 NIU_FLAGS_HOTPLUG_PHY); in niu_pci_vpd_validate()
9243 NIU_FLAGS_HOTPLUG_PHY); in niu_get_of_props()
Dniu.h3250 #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removeable PHY */ macro