Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dniu.c1633 switch (phy_id & NIU_PHY_ID_MASK) { in xcvr_init_10g()
2107 switch (phy_id & NIU_PHY_ID_MASK) { in link_status_10g()
8581 if (((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM8704) && in phy_record()
8582 ((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_MRVL88X2011)) in phy_record()
8585 if ((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM5464R) in phy_record()
Dniu.h2552 #define NIU_PHY_ID_MASK 0xfffff0f0 macro