Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dniu.c886 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in serdes_init_10g()
894 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) in serdes_init_10g()
1559 if ((np->flags & NIU_FLAGS_HOTPLUG_PHY) && in xcvr_init_10g_bcm8706()
2521 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in niu_determine_phy_disposition()
2566 if (np->flags & NIU_FLAGS_HOTPLUG_PHY) { in niu_determine_phy_disposition()
2616 if (err && !(np->flags & NIU_FLAGS_HOTPLUG_PHY)) in niu_init_link()
2620 if (!err || (np->flags & NIU_FLAGS_HOTPLUG_PHY)) in niu_init_link()
8357 NIU_FLAGS_HOTPLUG_PHY); in niu_pci_vpd_validate()
9276 NIU_FLAGS_HOTPLUG_PHY); in niu_get_of_props()
Dniu.h3250 #define NIU_FLAGS_HOTPLUG_PHY 0x01000000 /* Removeable PHY */ macro