Lines Matching defs:mos_softc
168 struct mos_softc { struct
169 struct device mos_dev;
171 struct arpcom arpcom;
173 struct mii_data mos_mii;
174 struct usbd_device *mos_udev;
175 struct usbd_interface *mos_iface;
177 u_int16_t mos_flags;
179 int mos_ed[MOS_ENDPT_MAX];
180 struct usbd_pipe *mos_ep[MOS_ENDPT_MAX];
181 int mos_unit;
182 struct mos_cdata mos_cdata;
183 struct timeout mos_stat_ch;
185 int mos_refcnt;
187 int mos_link;
188 unsigned char mos_ipgs[2];
189 unsigned char mos_phyaddrs[2];
190 struct timeval mos_rx_notice;
192 u_int16_t mos_tspeed;
193 u_int16_t mos_maxpacket;
195 struct ifmedia mos_ifmedia;
197 struct usb_task mos_tick_task;
198 struct usb_task mos_stop_task;
200 struct rwlock mos_mii_lock;
202 u_int mos_bufsz;