Searched defs:rtl8366rb_softc (Results 1 – 1 of 1) sorted by relevance
68 struct rtl8366rb_softc { struct69 struct mtx sc_mtx; /* serialize access to softc */70 int smi_acquired; /* serialize access to SMI/I2C bus */71 struct mtx callout_mtx; /* serialize callout */72 device_t dev;73 int vid[RTL8366_NUM_VLANS];74 char *ifname[RTL8366_NUM_PHYS];75 device_t miibus[RTL8366_NUM_PHYS];76 if_t ifp[RTL8366_NUM_PHYS];77 struct callout callout_tick;[all …]