Lines Matching defs:rtl_stats
1957 struct rtl_stats { struct
1958 u8 psaddr[ETH_ALEN];
1959 u32 mac_time[2];
1960 s8 rssi;
1961 u8 signal;
1962 u8 noise;
1963 u8 rate; /* hw desc rate */
1964 u8 received_channel;
1965 u8 control;
1966 u8 mask;
1967 u8 freq;
1968 u16 len;
1969 u64 tsf;
1970 u32 beacon_time;
1971 u8 nic_type;
1972 u16 length;
1973 u8 signalquality; /*in 0-100 index. */
1978 s32 recvsignalpower;
1979 s8 rxpower; /*in dBm Translate from PWdB */
1980 u8 signalstrength; /*in 0-100 index. */
1981 u16 hwerror:1;
1982 u16 crc:1;
1983 u16 icv:1;
1984 u16 shortpreamble:1;
1985 u16 antenna:1;
1986 u16 decrypted:1;
1987 u16 wakeup:1;
1988 u32 timestamp_low;
1989 u32 timestamp_high;
1990 bool shift;
1992 u8 rx_drvinfo_size;
1993 u8 rx_bufshift;
1994 bool isampdu;
1995 bool isfirst_ampdu;
1996 bool rx_is40Mhzpacket;
1997 u8 rx_packet_bw;
1998 u32 rx_pwdb_all;
1999 u8 rx_mimo_signalstrength[4]; /*in 0~100 index */
2000 s8 rx_mimo_signalquality[4];
2001 u8 rx_mimo_evm_dbm[4];
2002 u16 cfo_short[4]; /* per-path's Cfo_short */
2003 u16 cfo_tail[4];
2005 s8 rx_mimo_sig_qual[4];
2006 u8 rx_pwr[4]; /* per-path's pwdb */
2007 u8 rx_snr[4]; /* per-path's SNR */
2008 u8 bandwidth;
2009 u8 bt_coex_pwr_adjust;
2010 bool packet_matchbssid;
2011 bool is_cck;
2012 bool is_ht;
2013 bool packet_toself;
2014 bool packet_beacon; /*for rssi */
2015 char cck_adc_pwdb[4]; /*for rx path selection */
2017 bool is_vht;
2018 bool is_short_gi;
2019 u8 vht_nss;
2021 u8 packet_report_type;
2023 u32 macid;
2024 u8 wake_match;
2025 u32 bt_rx_rssi_percentage;
2026 u32 macid_valid_entry[2];