Searched refs:coex (Results 1 – 7 of 7) sorted by relevance
649 struct iwl_bt_coex_profile_notif *coex = (void *)pkt->data; in iwlagn_bt_coex_profile_notif() local650 struct iwl_bt_uart_msg *uart_msg = &coex->last_bt_uart_msg; in iwlagn_bt_coex_profile_notif()658 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif()659 IWL_DEBUG_COEX(priv, " traffic load: %d\n", coex->bt_traffic_load); in iwlagn_bt_coex_profile_notif()661 coex->bt_ci_compliance); in iwlagn_bt_coex_profile_notif()668 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif()669 priv->last_bt_traffic_load != coex->bt_traffic_load) { in iwlagn_bt_coex_profile_notif()670 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif()677 coex->bt_traffic_load; in iwlagn_bt_coex_profile_notif()683 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif()[all …]
6 iwlmvm-y += power.o coex.o
52 This option enables the WLAN BT coex support in rsi drivers.
1002 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex() local1004 u16 action = le16_to_cpu(coex->action); in mwifiex_ret_robust_coex()1008 *)((u8 *)coex + sizeof(struct host_cmd_ds_robust_coex)); in mwifiex_ret_robust_coex()
1569 struct host_cmd_ds_robust_coex *coex = &cmd->params.coex; in mwifiex_cmd_robust_coex() local1573 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()1575 coex->action = cpu_to_le16(cmd_action); in mwifiex_cmd_robust_coex()1577 ((u8 *)coex + sizeof(*coex)); in mwifiex_cmd_robust_coex()1581 if (coex->action == HostCmd_ACT_GEN_GET) in mwifiex_cmd_robust_coex()
2366 struct host_cmd_ds_robust_coex coex; member
411 to the RSI_91x coex module for further scheduling to device