Lines Matching refs:coex
666 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()
715 priv->bt_ci_compliance = coex->bt_ci_compliance; in iwlagn_bt_coex_profile_notif()