Searched defs:uath_rx_desc (Results 1 – 1 of 1) sorted by relevance
142 struct uath_rx_desc { struct143 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 …]