Searched defs:ksz8995ma_softc (Results 1 – 1 of 1) sorted by relevance
140 struct ksz8995ma_softc { struct141 struct mtx sc_mtx; /* serialize access to softc */142 device_t sc_dev;143 int vlan_mode;144 int media; /* cpu port media */145 int cpuport; /* which PHY is connected to the CPU */146 int phymask; /* PHYs we manage */147 int numports; /* number of ports */148 int ifpport[KSZ8995MA_MAX_PORT];172 static inline int ksz8995ma_portforphy(struct ksz8995ma_softc *, int); argument