Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c365 u16 *queueptr, u8 tid, u8 flags) in iwl_mvm_disable_txq() argument
367 int queue = *queueptr; in iwl_mvm_disable_txq()
376 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
2228 u16 *queueptr, queue; in iwl_mvm_free_bcast_sta_queues() local
2237 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2240 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_free_bcast_sta_queues()
2248 queue = *queueptr; in iwl_mvm_free_bcast_sta_queues()
2249 iwl_mvm_disable_txq(mvm, NULL, queueptr, IWL_MAX_TID_COUNT, 0); in iwl_mvm_free_bcast_sta_queues()