Searched defs:uath_rx_desc (Results 1 – 1 of 1) sorted by relevance
160 struct uath_rx_desc { struct161 uint32_t len; /* msg length including header */162 uint32_t code; /* WDCMSG_DATA_AVAIL */163 uint32_t gennum; /* generation number */164 uint32_t status; /* start of RECEIVE_INFO */174 uint32_t tstamp_low; /* low-order 32-bits of rx timestamp */175 uint32_t tstamp_high; /* high-order 32-bits of rx timestamp */176 uint32_t framelen; /* frame length */177 uint32_t rate; /* rx rate code */178 uint32_t antenna;[all …]