Searched refs:snif_queue (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ops.c | 692 mvm->snif_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start() 697 mvm->snif_queue = IWL_MVM_DQA_INJECT_MONITOR_QUEUE; in iwl_op_mode_mvm_start() 1121 queue == mvm->p2p_dev_queue || queue == mvm->snif_queue; in iwl_mvm_is_static_queue()
|
H A D | mac-ctxt.c | 722 u32 tfd_queue_msk = BIT(mvm->snif_queue); in iwl_mvm_mac_ctxt_cmd_listener()
|
H A D | sta.c | 2130 &mvm->snif_queue, in iwl_mvm_add_snif_sta() 2143 iwl_mvm_disable_txq(mvm, NULL, &mvm->snif_queue, IWL_MAX_TID_COUNT, 0); in iwl_mvm_rm_snif_sta()
|
H A D | mvm.h | 1057 u16 snif_queue; member
|
H A D | tx.c | 751 queue = mvm->snif_queue; in iwl_mvm_tx_skb_non_sta()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-sta.c | 288 return iwl_mvm_mld_add_int_sta(mvm, &mvm->snif_sta, &mvm->snif_queue, in iwl_mvm_mld_add_snif_sta() 416 IWL_MAX_TID_COUNT, &mvm->snif_queue); in iwl_mvm_mld_rm_snif_sta()
|
H A D | ops.c | 1197 mvm->snif_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start() 1202 mvm->snif_queue = IWL_MVM_DQA_INJECT_MONITOR_QUEUE; in iwl_op_mode_mvm_start() 1686 queue == mvm->p2p_dev_queue || queue == mvm->snif_queue; in iwl_mvm_is_static_queue()
|
H A D | sta.c | 2273 &mvm->snif_queue, in iwl_mvm_add_snif_sta() 2287 &mvm->snif_queue, IWL_MAX_TID_COUNT); in iwl_mvm_rm_snif_sta()
|
H A D | mvm.h | 1091 u16 snif_queue; member
|
H A D | tx.c | 787 queue = mvm->snif_queue; in iwl_mvm_tx_skb_non_sta()
|
H A D | mac-ctxt.c | 748 * mvm->snif_queue isn't set here (it's still set to in iwl_mvm_mac_ctxt_cmd_listener() 752 tfd_queue_msk = BIT(mvm->snif_queue); in iwl_mvm_mac_ctxt_cmd_listener()
|
Completed in 51 milliseconds