FreeBSD kernel usb device Code
uath_rx_desc Struct Reference

#include <if_uathreg.h>

Data Fields

uint32_t len
 
uint32_t code
 
uint32_t gennum
 
uint32_t status
 
uint32_t tstamp_low
 
uint32_t tstamp_high
 
uint32_t framelen
 
uint32_t rate
 
uint32_t antenna
 
int32_t rssi
 
uint32_t channel
 
uint32_t phyerror
 
uint32_t connix
 
uint32_t decrypterror
 
uint32_t keycachemiss
 
uint32_t pad
 

Detailed Description

Definition at line 143 of file if_uathreg.h.

Field Documentation

◆ antenna

uint32_t uath_rx_desc::antenna

Definition at line 161 of file if_uathreg.h.

◆ channel

uint32_t uath_rx_desc::channel

Definition at line 163 of file if_uathreg.h.

◆ code

uint32_t uath_rx_desc::code

Definition at line 145 of file if_uathreg.h.

◆ connix

uint32_t uath_rx_desc::connix

Definition at line 165 of file if_uathreg.h.

◆ decrypterror

uint32_t uath_rx_desc::decrypterror

Definition at line 166 of file if_uathreg.h.

◆ framelen

uint32_t uath_rx_desc::framelen

Definition at line 159 of file if_uathreg.h.

Referenced by uath_data_rxeof().

◆ gennum

uint32_t uath_rx_desc::gennum

Definition at line 146 of file if_uathreg.h.

◆ keycachemiss

uint32_t uath_rx_desc::keycachemiss

Definition at line 167 of file if_uathreg.h.

◆ len

uint32_t uath_rx_desc::len

Definition at line 144 of file if_uathreg.h.

◆ pad

uint32_t uath_rx_desc::pad

Definition at line 168 of file if_uathreg.h.

◆ phyerror

uint32_t uath_rx_desc::phyerror

Definition at line 164 of file if_uathreg.h.

◆ rate

uint32_t uath_rx_desc::rate

Definition at line 160 of file if_uathreg.h.

◆ rssi

int32_t uath_rx_desc::rssi

Definition at line 162 of file if_uathreg.h.

◆ status

uint32_t uath_rx_desc::status

Definition at line 147 of file if_uathreg.h.

◆ tstamp_high

uint32_t uath_rx_desc::tstamp_high

Definition at line 158 of file if_uathreg.h.

◆ tstamp_low

uint32_t uath_rx_desc::tstamp_low

Definition at line 157 of file if_uathreg.h.


The documentation for this struct was generated from the following file: