Searched defs:mii_phy (Results 1 – 4 of 4) sorted by relevance
53 struct mii_phy { struct54 struct mii_phy_def *def; argument56 u32 features; /* Copied from mii_phy_def.features argument80 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write argument
38 struct mii_phy struct40 struct mii_phy_def* def; argument61 /* Pass in a struct mii_phy with dev, mdio_read and mdio_write argument
146 struct mii_phy { struct147 struct mii_phy * next; argument166 struct mii_phy * mii; argument605 struct mii_phy * mii_phy = NULL; in sis900_mii_probe() local1293 struct mii_phy *mii_phy = sis_priv->mii; in sis900_timer() local1360 static void sis900_check_mode(struct net_device *net_dev, struct mii_phy *mii_phy) in sis900_check_mode()2161 struct mii_phy *mii_phy = sis_priv->mii; in sis900_set_config() local
501 struct mii_phy { struct502 int reset; /* Hard reset required? */503 int id; /* IEEE OUI */504 int ta; /* One cycle TA time */505 struct { /* Non autonegotiation (parallel) speed det. */509 } spd;510 int addr; /* MII address for the PHY */511 u_char *gep; /* Start of GEP sequence block in SROM */512 u_char *rst; /* Start of reset sequence in SROM */513 u_int mc; /* Media Capabilities */[all …]