Searched refs:NIU_PHY_ID_MASK (Results 1 – 2 of 2) sorted by relevance
1633 switch (phy_id & NIU_PHY_ID_MASK) { in xcvr_init_10g() 2107 switch (phy_id & NIU_PHY_ID_MASK) { in link_status_10g() 8607 /* Because of the NIU_PHY_ID_MASK being applied, the 8704 in phy_record() 8610 if (((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM8704) && in phy_record() 8611 ((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_MRVL88X2011)) in phy_record() 8614 if ((id & NIU_PHY_ID_MASK) != NIU_PHY_ID_BCM5464R) in phy_record()
2552 #define NIU_PHY_ID_MASK 0xfffff0f0 macro