Lines Matching defs:rtl_stats
1937 struct rtl_stats { struct
1938 u8 psaddr[ETH_ALEN];
1939 u32 mac_time[2];
1940 s8 rssi;
1941 u8 signal;
1942 u8 noise;
1943 u8 rate; /* hw desc rate */
1944 u8 received_channel;
1945 u8 control;
1946 u8 mask;
1947 u8 freq;
1948 u16 len;
1949 u64 tsf;
1950 u32 beacon_time;
1951 u8 nic_type;
1952 u16 length;
1953 u8 signalquality; /*in 0-100 index. */
1958 s32 recvsignalpower;
1959 s8 rxpower; /*in dBm Translate from PWdB */
1960 u8 signalstrength; /*in 0-100 index. */
1961 u16 hwerror:1;
1962 u16 crc:1;
1963 u16 icv:1;
1964 u16 shortpreamble:1;
1965 u16 antenna:1;
1966 u16 decrypted:1;
1967 u16 wakeup:1;
1968 u32 timestamp_low;
1969 u32 timestamp_high;
1970 bool shift;
1972 u8 rx_drvinfo_size;
1973 u8 rx_bufshift;
1974 bool isampdu;
1975 bool isfirst_ampdu;
1976 bool rx_is40Mhzpacket;
1977 u8 rx_packet_bw;
1978 u32 rx_pwdb_all;
1979 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
1980 s8 rx_mimo_signalquality[4];
1981 u8 rx_mimo_evm_dbm[4];
1982 u16 cfo_short[4]; /* per-path's Cfo_short */
1983 u16 cfo_tail[4];
1985 s8 rx_mimo_sig_qual[4];
1986 u8 rx_pwr[4]; /* per-path's pwdb */
1987 u8 rx_snr[4]; /* per-path's SNR */
1988 u8 bandwidth;
1989 u8 bt_coex_pwr_adjust;
1990 bool packet_matchbssid;
1991 bool is_cck;
1992 bool is_ht;
1993 bool packet_toself;
1994 bool packet_beacon; /*for rssi */
1995 char cck_adc_pwdb[4]; /*for rx path selection */
1997 bool is_vht;
1998 bool is_short_gi;
1999 u8 vht_nss;
2001 u8 packet_report_type;
2003 u32 macid;
2004 u8 wake_match;
2005 u32 bt_rx_rssi_percentage;
2006 u32 macid_valid_entry[2];