Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c866 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in serdes_init_10g()
874 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) in serdes_init_10g()
1557 if ((np->flags & NIU_FLAGS_HOTPLUG_PHY) && in xcvr_init_10g_bcm8706()
2519 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in niu_determine_phy_disposition()
2564 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in niu_determine_phy_disposition()
2614 if (err && !(np->flags & NIU_FLAGS_HOTPLUG_PHY)) in niu_init_link()
2618 if (!err || (np->flags & NIU_FLAGS_HOTPLUG_PHY)) in niu_init_link()
8351 NIU_FLAGS_HOTPLUG_PHY); in niu_pci_vpd_validate()
9267 NIU_FLAGS_HOTPLUG_PHY); in niu_get_of_props()
Dniu.h3249 #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removeable PHY */ macro