Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Danreg.h669 struct an_txframe { struct
670 u_int32_t an_tx_sw; /* 0x00 */
671 u_int16_t an_tx_status; /* 0x04 */
672 u_int16_t an_tx_payload_len; /* 0x06 */
673 u_int16_t an_tx_ctl; /* 0x08 */
674 u_int16_t an_tx_assoc_id; /* 0x0A */
675 u_int16_t an_tx_retry; /* 0x0C */
676 u_int8_t an_tx_assoc_cnt; /* 0x0E */
677 u_int8_t an_tx_rate; /* 0x0F */
678 u_int8_t an_tx_max_long_retries; /* 0x10 */
[all …]