Searched defs:adm6996fc_softc (Results 1 – 1 of 1) sorted by relevance
89 struct adm6996fc_softc { struct90 struct mtx sc_mtx; /* serialize access to softc */91 device_t sc_dev;92 int vlan_mode;93 int media; /* cpu port media */94 int cpuport; /* which PHY is connected to the CPU */95 int phymask; /* PHYs we manage */96 int numports; /* number of ports */97 int ifpport[MII_NPHY];121 static inline int adm6996fc_portforphy(struct adm6996fc_softc *, int); argument