HomeSort by: relevance | last modified time | path
    Searched refs:urtwn_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
if_urtwnvar.h 66 struct urtwn_softc;
69 struct urtwn_softc *sc;
77 struct urtwn_softc *sc;
85 void (*cb)(struct urtwn_softc *, void *);
111 struct urtwn_softc { struct
153 void (*sc_rf_write)(struct urtwn_softc *,
155 int (*sc_power_on)(struct urtwn_softc *);
156 int (*sc_dma_init)(struct urtwn_softc *);
if_urtwn.c 242 CFATTACH_DECL_NEW(urtwn, sizeof(struct urtwn_softc), urtwn_match,
245 static int urtwn_open_pipes(struct urtwn_softc *);
246 static void urtwn_close_pipes(struct urtwn_softc *);
247 static int urtwn_alloc_rx_list(struct urtwn_softc *);
248 static void urtwn_free_rx_list(struct urtwn_softc *);
249 static int urtwn_alloc_tx_list(struct urtwn_softc *);
250 static void urtwn_free_tx_list(struct urtwn_softc *);
252 static void urtwn_do_async(struct urtwn_softc *,
253 void (*)(struct urtwn_softc *, void *), void *, int);
254 static void urtwn_wait_async(struct urtwn_softc *);
    [all...]

Completed in 13 milliseconds