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

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_uralvar.h62 struct ural_softc;
66 struct ural_softc *sc;
91 struct ural_softc { struct
H A Dif_ural.c131 static usb_error_t ural_do_request(struct ural_softc *sc,
139 static void ural_setup_tx_list(struct ural_softc *);
140 static void ural_unsetup_tx_list(struct ural_softc *);
143 static void ural_setup_tx_desc(struct ural_softc *,
145 static int ural_tx_bcn(struct ural_softc *, struct mbuf *,
147 static int ural_tx_mgt(struct ural_softc *, struct mbuf *,
149 static int ural_tx_data(struct ural_softc *, struct mbuf *,
153 static void ural_set_testmode(struct ural_softc *);
154 static void ural_eeprom_read(struct ural_softc *, uint16_t, void *,
156 static uint16_t ural_read(struct ural_softc *, uint16_
[all...]

Completed in 194 milliseconds