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

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwnvar.h69 struct urtwn_data { struct
75 STAILQ_ENTRY(urtwn_data) next;
77 typedef STAILQ_HEAD(, urtwn_data) urtwn_datahead;
186 struct urtwn_data sc_rx[URTWN_RX_LIST_COUNT];
189 struct urtwn_data sc_tx[URTWN_TX_LIST_COUNT];
H A Dif_urtwn.c219 struct urtwn_data *);
225 static void urtwn_txeof(struct urtwn_softc *, struct urtwn_data *,
228 struct urtwn_data[], int, int);
232 struct urtwn_data data[], int);
235 static struct urtwn_data * _urtwn_getbuf(struct urtwn_softc *);
236 static struct urtwn_data * urtwn_getbuf(struct urtwn_softc *);
311 struct urtwn_data *);
314 struct urtwn_data *,
317 uint8_t, struct urtwn_data *);
840 struct urtwn_data *d
[all...]

Completed in 152 milliseconds