Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malohal.h100 struct malo_hal_hwstats { struct
101 uint32_t TxRetrySuccesses; /* tx success w/ 1 retry */
102 uint32_t TxMultipleRetrySuccesses;/* tx success w/ >1 retry */
103 uint32_t TxFailures; /* tx fail due to no ACK */
104 uint32_t RTSSuccesses; /* CTS rx'd for RTS */
105 uint32_t RTSFailures; /* CTS not rx'd for RTS */
106 uint32_t AckFailures; /* same as TxFailures */
107 uint32_t RxDuplicateFrames; /* rx discard for dup seqno */
108 uint32_t FCSErrorCount; /* rx discard for bad FCS */
109 uint32_t TxWatchDogTimeouts; /* MAC tx hang (f/w recovery) */
[all …]