Home
last modified time | relevance | path

Searched refs:uath_data (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/usb/wlan/
H A Dif_uathvar.h78 struct uath_data { struct
84 STAILQ_ENTRY(uath_data) next; argument
86 typedef STAILQ_HEAD(, uath_data) uath_datahead;
204 struct uath_data sc_rx[UATH_RX_DATA_LIST_COUNT];
207 struct uath_data sc_tx[UATH_TX_DATA_LIST_COUNT];
H A Dif_uath.c302 static struct uath_data *
909 uath_free_data_list(struct uath_softc *sc, struct uath_data data[], int ndata, in uath_free_data_list()
915 struct uath_data *dp = &data[i]; in uath_free_data_list()
934 uath_alloc_data_list(struct uath_softc *sc, struct uath_data data[], in uath_alloc_data_list()
940 struct uath_data *dp = &data[i]; in uath_alloc_data_list()
1325 struct uath_data *data; in uath_dataflush()
1370 static struct uath_data * in _uath_getbuf()
1373 struct uath_data *bf; in _uath_getbuf()
1387 static struct uath_data * in uath_getbuf()
1390 struct uath_data *b in uath_getbuf()
[all...]