Lines Matching defs:muge_softc
168 struct muge_softc { struct
169 struct usb_ether sc_ue;
170 struct mtx sc_mtx;
171 struct usb_xfer *sc_xfer[MUGE_N_TRANSFER];
172 int sc_phyno;
173 uint32_t sc_leds;
174 uint16_t sc_led_modes;
175 uint16_t sc_led_modes_mask;
178 uint32_t sc_rfe_ctl;
179 uint32_t sc_mdix_ctl;
180 uint16_t chipid;
181 uint16_t chiprev;
182 uint32_t sc_mchash_table[ETH_DP_SEL_VHF_HASH_LEN];
183 uint32_t sc_pfilter_table[MUGE_NUM_PFILTER_ADDRS_][2];
185 uint32_t sc_flags;