Lines Matching defs:rtl_stats
2076 struct rtl_stats { struct
2077 u8 psaddr[ETH_ALEN];
2078 u32 mac_time[2];
2079 s8 rssi;
2080 u8 signal;
2081 u8 noise;
2082 u8 rate; /* hw desc rate */
2083 u8 received_channel;
2084 u8 control;
2085 u8 mask;
2086 u8 freq;
2087 u16 len;
2088 u64 tsf;
2089 u32 beacon_time;
2090 u8 nic_type;
2091 u16 length;
2092 u8 signalquality; /*in 0-100 index. */
2096 s32 recvsignalpower;
2097 s8 rxpower; /*in dBm Translate from PWdB */
2098 u8 signalstrength; /*in 0-100 index. */
2099 u16 hwerror:1;
2100 u16 crc:1;
2101 u16 icv:1;
2102 u16 shortpreamble:1;
2103 u16 antenna:1;
2104 u16 decrypted:1;
2105 u16 wakeup:1;
2106 u32 timestamp_low;
2107 u32 timestamp_high;
2108 bool shift;
2110 u8 rx_drvinfo_size;
2111 u8 rx_bufshift;
2112 bool isampdu;
2113 bool isfirst_ampdu;
2114 bool rx_is40mhzpacket;
2115 u8 rx_packet_bw;
2116 u32 rx_pwdb_all;
2117 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
2118 s8 rx_mimo_signalquality[4];
2119 u8 rx_mimo_evm_dbm[4];
2120 u16 cfo_short[4]; /* per-path's Cfo_short */
2121 u16 cfo_tail[4];
2123 s8 rx_mimo_sig_qual[4];
2124 u8 rx_pwr[4]; /* per-path's pwdb */
2125 u8 rx_snr[4]; /* per-path's SNR */
2126 u8 bandwidth;
2127 u8 bt_coex_pwr_adjust;
2128 bool packet_matchbssid;
2129 bool is_cck;
2130 bool is_ht;
2131 bool packet_toself;
2132 bool packet_beacon; /*for rssi */
2133 s8 cck_adc_pwdb[4]; /*for rx path selection */
2135 bool is_vht;
2136 bool is_short_gi;
2137 u8 vht_nss;
2139 u8 packet_report_type;
2141 u32 macid;
2142 u32 bt_rx_rssi_percentage;
2143 u32 macid_valid_entry[2];