Searched refs:bt_cmd (Results 1 – 2 of 2) sorted by relevance
137 struct iwl_bt_coex_cmd bt_cmd = {}; in iwl_mvm_send_bt_init_conf() local 155 bt_cmd.mode = cpu_to_le32(mode); in iwl_mvm_send_bt_init_conf() 159 bt_cmd.mode = cpu_to_le32(BT_COEX_NW); in iwl_mvm_send_bt_init_conf() 162 bt_cmd.enabled_modules |= in iwl_mvm_send_bt_init_conf() 166 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_MPLUT_ENABLED); in iwl_mvm_send_bt_init_conf() 168 bt_cmd.enabled_modules |= cpu_to_le32(BT_COEX_HIGH_BAND_RET); in iwl_mvm_send_bt_init_conf() 174 return iwl_mvm_send_cmd_pdu(mvm, BT_CONFIG, 0, sizeof(bt_cmd), &bt_cmd); in iwl_mvm_send_bt_init_conf()
4383 struct il_bt_cmd bt_cmd = { in il_send_bt_config() local 4391 bt_cmd.flags = BT_COEX_DISABLE; in il_send_bt_config() 4393 bt_cmd.flags = BT_COEX_ENABLE; in il_send_bt_config() 4396 (bt_cmd.flags == BT_COEX_DISABLE) ? "disable" : "active"); in il_send_bt_config() 4398 if (il_send_cmd_pdu(il, C_BT_CONFIG, sizeof(struct il_bt_cmd), &bt_cmd)) in il_send_bt_config()