Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/e6000sw/
H A De6060sw.c109 struct e6060sw_softc { struct
110 struct mtx sc_mtx; /* serialize access to softc */
111 device_t sc_dev;
112 int vlan_mode;
113 int media; /* cpu port media */
114 int cpuport; /* which PHY is connected to the CPU */
115 int phymask; /* PHYs we manage */
116 int numports; /* number of ports */
117 int ifpport[MII_NPHY];
118 int *portphy;
[all …]