Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.h414 struct malo_rxdesc { struct
415 uint8_t rxcontrol; /* control element */
419 uint8_t snr; /* signal to noise ratio */
420 uint8_t status; /* status field w/ USED bit */
431 uint8_t channel; /* channel # pkt received on */
432 uint16_t pktlen; /* total length of received data */
433 uint8_t nf; /* noise floor */
434 uint8_t rate; /* received data rate */
435 uint32_t physbuffdata; /* physical address of payload data */
436 uint32_t physnext; /* physical address of next RX desc */
[all …]