Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-sta.c231 queue = &mvm->p2p_dev_queue; in iwl_mvm_mld_add_bcast_sta()
384 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_mld_rm_bcast_sta()
H A Dops.c1193 mvm->p2p_dev_queue = IWL_MVM_INVALID_QUEUE; in iwl_op_mode_mvm_start()
1198 mvm->p2p_dev_queue = IWL_MVM_DQA_P2P_DEVICE_QUEUE; in iwl_op_mode_mvm_start()
1682 queue == mvm->p2p_dev_queue || queue == mvm->snif_queue; in iwl_mvm_is_static_queue()
H A Dtx.c663 return mvm->p2p_dev_queue; in iwl_mvm_get_ctrl_vif_queue()
666 return mvm->p2p_dev_queue; in iwl_mvm_get_ctrl_vif_queue()
H A Dsta.c2352 queue = mvm->p2p_dev_queue; in iwl_mvm_send_add_bcast_sta()
2394 mvm->p2p_dev_queue = queue; in iwl_mvm_send_add_bcast_sta()
2422 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_free_bcast_sta_queues()
H A Dmvm.h1093 u16 p2p_dev_queue; member