Lines Matching refs:mii_softc
53 struct mii_softc;
69 LIST_HEAD(mii_listhead, mii_softc) mii_phys;
84 int (*pf_service)(struct mii_softc *, struct mii_data *, int);
85 void (*pf_status)(struct mii_softc *);
86 void (*pf_reset)(struct mii_softc *);
101 struct mii_softc { struct
104 LIST_ENTRY(mii_softc) mii_list; /* entry on parent's PHY list */ argument
128 typedef struct mii_softc mii_softc_t; argument
276 void mii_phy_add_media(struct mii_softc *);
278 int mii_phy_auto(struct mii_softc *);
280 u_int mii_phy_flowstatus(struct mii_softc *);
281 void mii_phy_reset(struct mii_softc *);
282 void mii_phy_setmedia(struct mii_softc *sc);
283 void mii_phy_update(struct mii_softc *, int);
284 int mii_phy_tick(struct mii_softc *);
285 int mii_phy_mac_match(struct mii_softc *, const char *);
287 void *mii_phy_mac_softc(struct mii_softc *);
300 void ukphy_status(struct mii_softc *);