Lines Matching +full:- +full:312
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2020 - 2022 Intel Corporation
8 #include "fw/api/phy-ctxt.h"
53 {cpu_to_le16(312), {36, 38, 40, 42, 44, 46, 50,},
95 return -EOPNOTSUPP; in iwl_rfi_send_config_cmd()
97 lockdep_assert_held(&mvm->mutex); in iwl_rfi_send_config_cmd()
127 return ERR_PTR(-EOPNOTSUPP); in iwl_rfi_get_freq_table()
129 mutex_lock(&mvm->mutex); in iwl_rfi_get_freq_table()
131 mutex_unlock(&mvm->mutex); in iwl_rfi_get_freq_table()
138 return ERR_PTR(-EIO); in iwl_rfi_get_freq_table()
141 resp = kmemdup(cmd.resp_pkt->data, resp_size, GFP_KERNEL); in iwl_rfi_get_freq_table()
145 return ERR_PTR(-ENOMEM); in iwl_rfi_get_freq_table()
154 struct iwl_rfi_deactivate_notif *notif = (void *)pkt->data; in iwl_rfi_deactivate_notif_handler()
156 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason); in iwl_rfi_deactivate_notif_handler()