Lines Matching defs:ure_softc
611 struct ure_softc { struct
612 struct device ure_dev;
613 struct usbd_device *ure_udev;
616 struct usbd_interface *ure_iface;
617 struct usb_task ure_tick_task;
618 int ure_ed[URE_ENDPT_MAX];
619 struct usbd_pipe *ure_ep[URE_ENDPT_MAX];
622 struct arpcom ure_ac;
623 struct mii_data ure_mii;
624 struct ifmedia ure_ifmedia;
625 struct rwlock ure_mii_lock;
626 int ure_refcnt;
628 struct ure_cdata ure_cdata;
629 struct timeout ure_stat_ch;
631 struct timeval ure_rx_notice;
632 int ure_rxbufsz;
633 int ure_txbufsz;
635 int ure_phyno;
637 u_int ure_flags;
644 u_int ure_chip;