Home
last modified time | relevance | path

Searched defs:ksz8995ma_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c140 struct ksz8995ma_softc { struct
141 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