Symbol: uath_data
sys/dev/usb/wlan/if_uath.c
1332
struct uath_data *data;
sys/dev/usb/wlan/if_uath.c
1377
static struct uath_data *
sys/dev/usb/wlan/if_uath.c
1380
struct uath_data *bf;
sys/dev/usb/wlan/if_uath.c
1394
static struct uath_data *
sys/dev/usb/wlan/if_uath.c
1397
struct uath_data *bf;
sys/dev/usb/wlan/if_uath.c
1527
struct uath_data *data)
sys/dev/usb/wlan/if_uath.c
1638
struct uath_data *bf, *next;
sys/dev/usb/wlan/if_uath.c
1661
struct uath_data *bf;
sys/dev/usb/wlan/if_uath.c
1702
struct uath_data *bf;
sys/dev/usb/wlan/if_uath.c
1787
struct uath_data *bf;
sys/dev/usb/wlan/if_uath.c
2488
uath_data_rxeof(struct usb_xfer *xfer, struct uath_data *data,
sys/dev/usb/wlan/if_uath.c
2724
struct uath_data *data;
sys/dev/usb/wlan/if_uath.c
2802
uath_data_txeof(struct usb_xfer *xfer, struct uath_data *data)
sys/dev/usb/wlan/if_uath.c
2821
struct uath_data *data;
sys/dev/usb/wlan/if_uath.c
301
static struct uath_data *
sys/dev/usb/wlan/if_uath.c
916
uath_free_data_list(struct uath_softc *sc, struct uath_data data[], int ndata,
sys/dev/usb/wlan/if_uath.c
922
struct uath_data *dp = &data[i];
sys/dev/usb/wlan/if_uath.c
941
uath_alloc_data_list(struct uath_softc *sc, struct uath_data data[],
sys/dev/usb/wlan/if_uath.c
947
struct uath_data *dp = &data[i];
sys/dev/usb/wlan/if_uathvar.h
204
struct uath_data sc_rx[UATH_RX_DATA_LIST_COUNT];
sys/dev/usb/wlan/if_uathvar.h
207
struct uath_data sc_tx[UATH_TX_DATA_LIST_COUNT];
sys/dev/usb/wlan/if_uathvar.h
84
STAILQ_ENTRY(uath_data) next;
sys/dev/usb/wlan/if_uathvar.h
86
typedef STAILQ_HEAD(, uath_data) uath_datahead;