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

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwnvar.h67 struct urtwn_softc;
70 struct urtwn_softc *sc;
83 #define CMD_FUNC_PROTO void (*func)(struct urtwn_softc *, \
138 struct urtwn_softc { struct
163 void (*sc_rf_write)(struct urtwn_softc *,
165 int (*sc_power_on)(struct urtwn_softc *);
166 void (*sc_power_off)(struct urtwn_softc *);
H A Dif_urtwn.c203 static void urtwn_sysctlattach(struct urtwn_softc *);
204 static void urtwn_drain_mbufq(struct urtwn_softc *);
205 static usb_error_t urtwn_do_request(struct urtwn_softc *,
212 static void urtwn_vap_clear_tx(struct urtwn_softc *,
214 static void urtwn_vap_clear_tx_queue(struct urtwn_softc *,
216 static struct mbuf * urtwn_rx_copy_to_mbuf(struct urtwn_softc *,
220 static struct mbuf * urtwn_rxeof(struct urtwn_softc *, uint8_t *, int);
221 static void urtwn_r88e_ratectl_tx_complete(struct urtwn_softc *,
223 static struct ieee80211_node *urtwn_rx_frame(struct urtwn_softc *,
225 static void urtwn_txeof(struct urtwn_softc *, struc
[all...]

Completed in 66 milliseconds