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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uathvar.h79 struct uath_data { struct
85 STAILQ_ENTRY(uath_data) next;
87 typedef STAILQ_HEAD(, uath_data) uath_datahead;
205 struct uath_data sc_rx[UATH_RX_DATA_LIST_COUNT];
208 struct uath_data sc_tx[UATH_TX_DATA_LIST_COUNT];
H A Dif_uath.c303 static struct uath_data *
910 uath_free_data_list(struct uath_softc *sc, struct uath_data data[], int ndata,
916 struct uath_data *dp = &data[i];
935 uath_alloc_data_list(struct uath_softc *sc, struct uath_data data[],
941 struct uath_data *dp = &data[i];
1326 struct uath_data *data;
1371 static struct uath_data *
1374 struct uath_data *bf;
1388 static struct uath_data *
1391 struct uath_data *b
[all...]

Completed in 103 milliseconds