Searched defs:hif_rx_stats (Results 1 – 1 of 1) sorted by relevance
195 struct hif_rx_stats { struct196 __le32 nb_rx_frame;197 __le32 nb_crc_frame;198 __le32 per_total;199 __le32 throughput;200 __le32 nb_rx_by_rate[API_RATE_NUM_ENTRIES];224 struct hif_rx_stats rx_stats; argument