Lines Matching defs:rtw_coex_stat
978 struct rtw_coex_stat { struct
979 bool bt_disabled;
980 bool bt_disabled_pre;
981 bool bt_link_exist;
982 bool bt_whck_test;
983 bool bt_inq_page;
984 bool bt_inq;
985 bool bt_page;
986 bool bt_ble_voice;
987 bool bt_ble_exist;
988 bool bt_hfp_exist;
989 bool bt_a2dp_exist;
990 bool bt_hid_exist;
991 bool bt_pan_exist; /* PAN or OPP */
992 bool bt_opp_exist; /* OPP only */
993 bool bt_acl_busy;
994 bool bt_fix_2M;
995 bool bt_setup_link;
996 bool bt_multi_link;
997 bool bt_a2dp_sink;
998 bool bt_a2dp_active;
999 bool bt_reenable;
1000 bool bt_ble_scan_en;
1001 bool bt_init_scan;
1002 bool bt_slave;
1003 bool bt_418_hid_exist;
1004 bool bt_mailbox_reply;
1006 bool wl_under_lps;
1007 bool wl_under_ips;
1008 bool wl_hi_pri_task1;
1009 bool wl_hi_pri_task2;
1010 bool wl_force_lps_ctrl;
1011 bool wl_gl_busy;
1012 bool wl_linkscan_proc;
1013 bool wl_ps_state_fail;
1014 bool wl_tx_limit_en;
1015 bool wl_ampdu_limit_en;
1016 bool wl_connected;
1017 bool wl_slot_extend;
1018 bool wl_cck_lock;
1019 bool wl_cck_lock_pre;
1020 bool wl_cck_lock_ever;
1022 u32 bt_supported_version;
1023 u32 bt_supported_feature;
1024 s8 bt_rssi;
1025 u8 kt_ver;
1026 u8 gnt_workaround_state;
1027 u8 tdma_timer_base;
1028 u8 bt_profile_num;
1029 u8 bt_info_c2h[COEX_BTINFO_SRC_MAX][COEX_BTINFO_LENGTH_MAX];
1030 u8 bt_info_lb2;
1031 u8 bt_info_lb3;
1032 u8 bt_info_hb0;
1033 u8 bt_info_hb1;
1034 u8 bt_info_hb2;
1035 u8 bt_info_hb3;
1036 u8 bt_ble_scan_type;
1037 u8 bt_hid_pair_num;
1038 u8 bt_hid_slot;
1039 u8 bt_a2dp_bitpool;
1040 u8 bt_iqk_state;
1042 u8 wl_noisy_level;
1043 u8 wl_fw_dbg_info[10];
1044 u8 wl_fw_dbg_info_pre[10];
1045 u8 wl_coex_mode;
1046 u8 ampdu_max_time;
1047 u8 wl_tput_dir;
1049 u16 score_board;
1050 u16 retry_limit;
1074 struct rtw_coex_stat stat; argument