Home
last modified time | relevance | path

Searched defs:uath_rx_desc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uathreg.h142 struct uath_rx_desc { struct
143 uint32_t len; /* msg length including header */
144 uint32_t code; /* WDCMSG_DATA_AVAIL */
145 uint32_t gennum; /* generation number */
146 uint32_t status; /* start of RECEIVE_INFO */
156 uint32_t tstamp_low; /* low-order 32-bits of rx timestamp */
157 uint32_t tstamp_high; /* high-order 32-bits of rx timestamp */
158 uint32_t framelen; /* frame length */
159 uint32_t rate; /* rx rate code */
160 uint32_t antenna;
[all …]