Lines Matching defs:axe_softc
232 struct axe_softc { struct
233 struct device axe_dev;
235 struct arpcom arpcom;
237 struct mii_data axe_mii;
238 struct usbd_device *axe_udev;
239 struct usbd_interface *axe_iface;
241 u_int16_t axe_vendor;
242 u_int16_t axe_product;
244 u_int16_t axe_flags;
246 int axe_ed[AXE_ENDPT_MAX];
247 struct usbd_pipe *axe_ep[AXE_ENDPT_MAX];
248 int axe_unit;
249 struct axe_cdata axe_cdata;
250 struct timeout axe_stat_ch;
252 int axe_refcnt;
254 struct usb_task axe_tick_task;
255 struct usb_task axe_stop_task;
257 struct rwlock axe_mii_lock;
259 int axe_link;
260 unsigned char axe_ipgs[3];
261 unsigned char axe_phyaddrs[2];
262 int axe_phyno;
263 struct timeval axe_rx_notice;
264 u_int axe_bufsz;