Home
last modified time | relevance | path

Searched refs:coex (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dlib.c666 struct iwl_bt_coex_profile_notif *coex = (void *)pkt->data; in iwlagn_bt_coex_profile_notif() local
667 struct iwl_bt_uart_msg *uart_msg = &coex->last_bt_uart_msg; in iwlagn_bt_coex_profile_notif()
675 IWL_DEBUG_COEX(priv, " status: %d\n", coex->bt_status); in iwlagn_bt_coex_profile_notif()
676 IWL_DEBUG_COEX(priv, " traffic load: %d\n", coex->bt_traffic_load); in iwlagn_bt_coex_profile_notif()
678 coex->bt_ci_compliance); in iwlagn_bt_coex_profile_notif()
685 if (priv->bt_status != coex->bt_status || in iwlagn_bt_coex_profile_notif()
686 priv->last_bt_traffic_load != coex->bt_traffic_load) { in iwlagn_bt_coex_profile_notif()
687 if (coex->bt_status) { in iwlagn_bt_coex_profile_notif()
694 coex->bt_traffic_load; in iwlagn_bt_coex_profile_notif()
700 priv->bt_status = coex->bt_status; in iwlagn_bt_coex_profile_notif()
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
DMakefile5 iwlmvm-y += power.o coex.o coex_legacy.o
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c1014 struct host_cmd_ds_robust_coex *coex = &resp->params.coex; in mwifiex_ret_robust_coex() local
1016 u16 action = le16_to_cpu(coex->action); in mwifiex_ret_robust_coex()
1020 *)((u8 *)coex + sizeof(struct host_cmd_ds_robust_coex)); in mwifiex_ret_robust_coex()
Dsta_cmd.c1538 struct host_cmd_ds_robust_coex *coex = &cmd->params.coex; in mwifiex_cmd_robust_coex() local
1542 cmd->size = cpu_to_le16(sizeof(*coex) + sizeof(*coex_tlv) + S_DS_GEN); in mwifiex_cmd_robust_coex()
1544 coex->action = cpu_to_le16(cmd_action); in mwifiex_cmd_robust_coex()
1546 ((u8 *)coex + sizeof(*coex)); in mwifiex_cmd_robust_coex()
1550 if (coex->action == HostCmd_ACT_GEN_GET) in mwifiex_cmd_robust_coex()
Dfw.h2165 struct host_cmd_ds_robust_coex coex; member