Searched defs:ath_stats (Results 1 – 2 of 2) sorted by relevance
159 struct ath_stats { struct160 uint32_t ast_hardware; /* fatal hardware error interrupts */161 uint32_t ast_rxorn; /* rx overrun interrupts */162 uint32_t ast_rxeol; /* rx eol interrupts */163 uint32_t ast_txurn; /* tx underrun interrupts */164 uint32_t ast_tx_mgmt; /* management frames transmitted */165 uint32_t ast_tx_discard; /* frames discarded prior to assoc */166 uint32_t ast_tx_invalid; /* frames discarded 'cuz device gone */167 uint32_t ast_tx_qstop; /* tx queue stopped 'cuz full */168 uint32_t ast_tx_nobuf; /* tx failed 'cuz no tx buffer (data) */[all …]
246 struct ath_stats { struct247 uint32_t ast_hardware; /* fatal hardware error interrupts */248 uint32_t ast_rxorn; /* rx overrun interrupts */249 uint32_t ast_rxeol; /* rx eol interrupts */250 uint32_t ast_txurn; /* tx underrun interrupts */251 uint32_t ast_tx_mgmt; /* management frames transmitted */252 uint32_t ast_tx_discard; /* frames discarded prior to assoc */253 uint32_t ast_tx_invalid; /* frames discarded 'cuz device gone */254 uint32_t ast_tx_qstop; /* tx queue stopped 'cuz full */255 uint32_t ast_tx_nobuf; /* tx failed 'cuz no tx buffer (data) */[all …]