Home
last modified time | relevance | path

Searched refs:MII_PHY_MFG (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_natsemi.c65 if ((MII_PHY_MFG(ph->phy_id) != MII_OUI_NATIONAL_SEMI) && in phy_natsemi_probe()
66 (MII_PHY_MFG(ph->phy_id) != MII_OUI_NATIONAL_SEMI_2)) { in phy_natsemi_probe()
H A Dmii_cicada.c75 switch (MII_PHY_MFG(ph->phy_id)) { in phy_cicada_probe()
H A Dmii_intel.c98 if (MII_PHY_MFG(ph->phy_id) != MII_OUI_INTEL) { in phy_intel_probe()
H A Dmii_qualsemi.c94 if ((MII_PHY_MFG(ph->phy_id) == MII_OUI_QUALITY_SEMI) && in phy_qualsemi_probe()
H A Dmii_other.c127 uint32_t vid = MII_PHY_MFG(ph->phy_id); in phy_other_probe()
H A Dmii_marvell.c455 switch (MII_PHY_MFG(ph->phy_id)) { in phy_marvell_probe()
/illumos-gate/usr/src/uts/common/sys/
H A Dmiiregs.h144 #define MII_PHY_MFG(x) (((x) >> 10) & 0x3fffff) /* 22 bits, 10-31 */ macro
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c268 if (MII_PHY_MFG(ngep->phy_id) == MII_ID_CICADA) { in nge_phy_restart()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet_mii.c211 switch (MII_PHY_MFG(phydata->id)) { in mii_init_phy()