Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c421 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_disable_txq() local
425 list_del_init(&mvmtxq->list); in iwl_mvm_disable_txq()
426 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_disable_txq()
427 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
515 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_remove_sta_queue_marking() local
523 list_del_init(&mvmtxq->list); in iwl_mvm_remove_sta_queue_marking()
524 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state); in iwl_mvm_remove_sta_queue_marking()
525 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE; in iwl_mvm_remove_sta_queue_marking()
900 struct iwl_mvm_txq *mvmtxq = in iwl_mvm_sta_alloc_queue_tvqm() local
916 mvmtxq->txq_id = queue; in iwl_mvm_sta_alloc_queue_tvqm()
[all …]
H A Dops.c1823 struct iwl_mvm_txq *mvmtxq; in iwl_mvm_queue_state_change() local
1867 mvmtxq = iwl_mvm_txq_from_mac80211(txq); in iwl_mvm_queue_state_change()
1869 clear_bit(IWL_MVM_TXQ_STATE_STOP_FULL, &mvmtxq->state); in iwl_mvm_queue_state_change()
1871 set_bit(IWL_MVM_TXQ_STATE_STOP_FULL, &mvmtxq->state); in iwl_mvm_queue_state_change()