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