Home
last modified time | relevance | path

Searched defs:urtwn_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dif_urtwnvar.h111 struct urtwn_softc { struct
112 device_t sc_dev;
113 struct ieee80211com sc_ic;
114 struct ethercom sc_ec;
116 int (*sc_newstate)(struct ieee80211com *,
119 struct usbd_device * sc_udev;
120 struct usbd_interface * sc_iface;
121 u_int sc_flags;
125 int sc_dying;
127 struct usb_task sc_task;
[all …]
H A Dif_urtwn.c949 urtwn_do_async(struct urtwn_softc * sc,void (* cb)(struct urtwn_softc *,void *),void * arg,int len) urtwn_do_async() argument
[all...]