Searched defs:hf_client_pkt_status_nums (Results 1 – 1 of 1) sorted by relevance
260 struct hf_client_pkt_status_nums { struct261 uint32_t rx_total; /*!< the total number of packets received */262 uint32_t rx_correct; /*!< the total number of packets data correctly received */263 uint32_t rx_err; /*!< the total number of packets data with possible invalid */264 uint32_t rx_none; /*!< the total number of packets data no received */265 uint32_t rx_lost; /*!< the total number of packets data partially lost */266 uint32_t tx_total; /*!< the total number of packets send */267 uint32_t tx_discarded; /*!< the total number of packets send lost */