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

/freebsd-11.0-release/sys/dev/rtwn/
H A Dif_rtwn.c105 static void rtwn_setup_rx_desc(struct rtwn_softc *, struct r92c_rx_desc *,
107 static int rtwn_alloc_rx_list(struct rtwn_softc *);
108 static void rtwn_reset_rx_list(struct rtwn_softc *);
109 static void rtwn_free_rx_list(struct rtwn_softc *);
110 static int rtwn_alloc_tx_list(struct rtwn_softc *, int);
111 static void rtwn_reset_tx_list(struct rtwn_softc *, int);
112 static void rtwn_free_tx_list(struct rtwn_softc *, int);
118 static void rtwn_write_1(struct rtwn_softc *, uint16_t, uint8_t);
119 static void rtwn_write_2(struct rtwn_softc *, uint16_t, uint16_t);
120 static void rtwn_write_4(struct rtwn_softc *, uint16_
[all...]
H A Dif_rtwnreg.h1280 struct rtwn_softc { struct

Completed in 67 milliseconds