Searched refs:mvmtxq (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c421 struct iwl_mvm_txq *mvmtxq = local
425 list_del_init(&mvmtxq->list);
426 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state);
427 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE;
515 struct iwl_mvm_txq *mvmtxq = local
523 list_del_init(&mvmtxq->list);
524 clear_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state);
525 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE;
915 struct iwl_mvm_txq *mvmtxq = local
931 mvmtxq
975 struct iwl_mvm_txq *mvmtxq = local
1508 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); local
1543 struct iwl_mvm_txq *mvmtxq; local
1802 struct iwl_mvm_txq *mvmtxq = local
2012 struct iwl_mvm_txq *mvmtxq = local
[all...]
H A Dops.c1758 struct iwl_mvm_txq *mvmtxq; local
1802 mvmtxq = iwl_mvm_txq_from_mac80211(txq);
1804 clear_bit(IWL_MVM_TXQ_STATE_STOP_FULL, &mvmtxq->state);
1806 set_bit(IWL_MVM_TXQ_STATE_STOP_FULL, &mvmtxq->state);
H A Dmld-sta.c797 struct iwl_mvm_txq *mvmtxq = local
800 mvmtxq->txq_id = IWL_MVM_INVALID_QUEUE;
H A Dmac80211.c875 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); local
882 * mvmtxq->tx_request logic:
897 if (atomic_fetch_add_unless(&mvmtxq->tx_request, 1, 2))
903 &mvmtxq->state) &&
905 &mvmtxq->state) &&
920 } while (atomic_dec_return(&mvmtxq->tx_request));
928 struct iwl_mvm_txq *mvmtxq = iwl_mvm_txq_from_mac80211(txq); local
930 if (likely(test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq->state)) ||
942 if (list_empty(&mvmtxq->list) &&
944 !test_bit(IWL_MVM_TXQ_STATE_READY, &mvmtxq
[all...]

Completed in 144 milliseconds