Searched refs:rum_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_rumvar.h58 struct rum_softc;
62 struct rum_softc *sc;
87 struct rum_softc { struct
H A Dif_rum.c155 static usb_error_t rum_do_request(struct rum_softc *sc,
163 static void rum_setup_tx_list(struct rum_softc *);
164 static void rum_unsetup_tx_list(struct rum_softc *);
167 static void rum_setup_tx_desc(struct rum_softc *,
170 static int rum_tx_mgt(struct rum_softc *, struct mbuf *,
172 static int rum_tx_raw(struct rum_softc *, struct mbuf *,
175 static int rum_tx_data(struct rum_softc *, struct mbuf *,
179 static void rum_eeprom_read(struct rum_softc *, uint16_t, void *,
181 static uint32_t rum_read(struct rum_softc *, uint16_t);
182 static void rum_read_multi(struct rum_softc *, uint16_
[all...]

Completed in 131 milliseconds