Searched defs:mwl_hal_hwstats (Results 1 – 2 of 2) sorted by relevance
56 struct mwl_hal_hwstats { struct57 uint32_t TxRetrySuccesses;58 uint32_t TxMultipleRetrySuccesses;59 uint32_t TxFailures;60 uint32_t RTSSuccesses;61 uint32_t RTSFailures;62 uint32_t AckFailures;63 uint32_t RxDuplicateFrames;64 uint32_t FCSErrorCount;65 uint32_t TxWatchDogTimeouts;[all …]
233 struct mwl_hal_hwstats { struct234 uint32_t TxRetrySuccesses; /* tx success w/ 1 retry */235 uint32_t TxMultipleRetrySuccesses;/* tx success w/ >1 retry */236 uint32_t TxFailures; /* tx fail due to no ACK */237 uint32_t RTSSuccesses; /* CTS rx'd for RTS */238 uint32_t RTSFailures; /* CTS not rx'd for RTS */239 uint32_t AckFailures; /* same as TxFailures */240 uint32_t RxDuplicateFrames; /* rx discard for dup seqno */241 uint32_t FCSErrorCount; /* rx discard for bad FCS */265 int mwl_hal_gethwstats(struct mwl_hal *mh, struct mwl_hal_hwstats *); argument