my_phy_caps 880 drivers/net/ethernet/smsc/smc911x.c int my_phy_caps; /* My PHY capabilities */ my_phy_caps 914 drivers/net/ethernet/smsc/smc911x.c SMC_GET_PHY_BMSR(lp, phyaddr, my_phy_caps); my_phy_caps 915 drivers/net/ethernet/smsc/smc911x.c if (!(my_phy_caps & BMSR_ANEGCAPABLE)) { my_phy_caps 924 drivers/net/ethernet/smsc/smc911x.c if (my_phy_caps & BMSR_100BASE4) my_phy_caps 926 drivers/net/ethernet/smsc/smc911x.c if (my_phy_caps & BMSR_100FULL) my_phy_caps 928 drivers/net/ethernet/smsc/smc911x.c if (my_phy_caps & BMSR_100HALF) my_phy_caps 930 drivers/net/ethernet/smsc/smc911x.c if (my_phy_caps & BMSR_10FULL) my_phy_caps 932 drivers/net/ethernet/smsc/smc911x.c if (my_phy_caps & BMSR_10HALF) my_phy_caps 954 drivers/net/ethernet/smsc/smc911x.c DBG(SMC_DEBUG_MISC, dev, "phy caps=0x%04x\n", my_phy_caps); my_phy_caps 1037 drivers/net/ethernet/smsc/smc91x.c int my_phy_caps; /* My PHY capabilities */ my_phy_caps 1076 drivers/net/ethernet/smsc/smc91x.c my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); my_phy_caps 1078 drivers/net/ethernet/smsc/smc91x.c if (!(my_phy_caps & BMSR_ANEGCAPABLE)) { my_phy_caps 1086 drivers/net/ethernet/smsc/smc91x.c if (my_phy_caps & BMSR_100BASE4) my_phy_caps 1088 drivers/net/ethernet/smsc/smc91x.c if (my_phy_caps & BMSR_100FULL) my_phy_caps 1090 drivers/net/ethernet/smsc/smc91x.c if (my_phy_caps & BMSR_100HALF) my_phy_caps 1092 drivers/net/ethernet/smsc/smc91x.c if (my_phy_caps & BMSR_10FULL) my_phy_caps 1094 drivers/net/ethernet/smsc/smc91x.c if (my_phy_caps & BMSR_10HALF) my_phy_caps 1115 drivers/net/ethernet/smsc/smc91x.c DBG(2, dev, "phy caps=%x\n", my_phy_caps);