Home
last modified time | relevance | path

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

/freebsd/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.c301 static struct uath_data *
908 uath_free_data_list(struct uath_softc *sc, struct uath_data data[], int ndata, in uath_free_data_list()
914 struct uath_data *dp = &data[i]; in uath_free_data_list()
933 uath_alloc_data_list(struct uath_softc *sc, struct uath_data data[], in uath_alloc_data_list()
939 struct uath_data *dp = &data[i]; in uath_alloc_data_list()
1324 struct uath_data *data; in uath_dataflush()
1369 static struct uath_data *
1372 struct uath_data *bf; in _uath_getbuf()
1386 static struct uath_data *
1389 struct uath_data *bf; in uath_getbuf()
[all …]