Lines Matching defs:rtw_coex_stat

1281 struct rtw_coex_stat {  struct
1282 bool bt_disabled;
1283 bool bt_disabled_pre;
1284 bool bt_link_exist;
1285 bool bt_whck_test;
1286 bool bt_inq_page;
1287 bool bt_inq_remain;
1288 bool bt_inq;
1289 bool bt_page;
1290 bool bt_ble_voice;
1291 bool bt_ble_exist;
1292 bool bt_hfp_exist;
1293 bool bt_a2dp_exist;
1294 bool bt_hid_exist;
1295 bool bt_pan_exist; /* PAN or OPP */
1296 bool bt_opp_exist; /* OPP only */
1297 bool bt_acl_busy;
1298 bool bt_fix_2M;
1299 bool bt_setup_link;
1300 bool bt_multi_link;
1301 bool bt_a2dp_sink;
1302 bool bt_a2dp_active;
1303 bool bt_reenable;
1304 bool bt_ble_scan_en;
1305 bool bt_init_scan;
1306 bool bt_slave;
1307 bool bt_418_hid_exist;
1308 bool bt_mailbox_reply;
1310 bool wl_under_lps;
1311 bool wl_under_ips;
1312 bool wl_hi_pri_task1;
1313 bool wl_hi_pri_task2;
1314 bool wl_force_lps_ctrl;
1315 bool wl_gl_busy;
1316 bool wl_linkscan_proc;
1317 bool wl_ps_state_fail;
1318 bool wl_tx_limit_en;
1319 bool wl_ampdu_limit_en;
1320 bool wl_connected;
1321 bool wl_slot_extend;
1322 bool wl_cck_lock;
1323 bool wl_cck_lock_pre;
1324 bool wl_cck_lock_ever;
1326 u32 bt_supported_version;
1327 u32 bt_supported_feature;
1328 u32 patch_ver;
1329 u16 bt_reg_vendor_ae;
1330 u16 bt_reg_vendor_ac;
1331 s8 bt_rssi;
1332 u8 kt_ver;
1333 u8 gnt_workaround_state;
1334 u8 tdma_timer_base;
1335 u8 bt_profile_num;
1336 u8 bt_info_c2h[COEX_BTINFO_SRC_MAX][COEX_BTINFO_LENGTH_MAX];
1337 u8 bt_info_lb2;
1338 u8 bt_info_lb3;
1339 u8 bt_info_hb0;
1340 u8 bt_info_hb1;
1341 u8 bt_info_hb2;
1342 u8 bt_info_hb3;
1343 u8 bt_ble_scan_type;
1344 u8 bt_hid_pair_num;
1345 u8 bt_hid_slot;
1346 u8 bt_a2dp_bitpool;
1347 u8 bt_iqk_state;
1349 u8 wl_noisy_level;
1350 u8 wl_fw_dbg_info[10];
1351 u8 wl_fw_dbg_info_pre[10];
1352 u8 wl_coex_mode;
1353 u8 ampdu_max_time;
1354 u8 wl_tput_dir;
1356 u16 score_board;
1357 u16 retry_limit;
1381 struct rtw_coex_stat stat; argument