Searched defs:ukswitch_softc (Results 1 – 1 of 1) sorted by relevance
64 struct ukswitch_softc { struct65 struct mtx sc_mtx; /* serialize access to softc */66 device_t sc_dev;67 int media; /* cpu port media */68 int cpuport; /* which PHY is connected to the CPU */69 int phymask; /* PHYs we manage */70 int phyoffset; /* PHYs register offset */71 int numports; /* number of ports */72 int ifpport[MII_NPHY];96 static inline int ukswitch_portforphy(struct ukswitch_softc *, int); argument