Lines Matching refs:trans

384 		iwl_trans_txq_free(mvm->trans, queue);  in iwl_mvm_disable_txq()
434 iwl_trans_txq_disable(mvm->trans, queue, false); in iwl_mvm_disable_txq()
741 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(queue)); in iwl_mvm_redirect_queue()
750 iwl_trans_txq_disable(mvm->trans, queue, false); in iwl_mvm_redirect_queue()
757 iwl_trans_txq_enable_cfg(mvm->trans, queue, ssn, NULL, wdg_timeout); in iwl_mvm_redirect_queue()
778 iwl_trans_txq_set_shared_mode(mvm->trans, queue, true); in iwl_mvm_redirect_queue()
794 if (WARN(maxq >= mvm->trans->trans_cfg->base_params->num_of_queues, in iwl_mvm_find_free_queue()
796 mvm->trans->trans_cfg->base_params->num_of_queues)) in iwl_mvm_find_free_queue()
797 maxq = mvm->trans->trans_cfg->base_params->num_of_queues - 1; in iwl_mvm_find_free_queue()
855 mvm->trans->cfg->min_txq_size); in iwl_mvm_tvqm_enable_txq()
861 size = min_t(u32, size, mvm->trans->txqs.bc_tbl_size / sizeof(u16)); in iwl_mvm_tvqm_enable_txq()
890 queue = iwl_trans_txq_alloc(mvm->trans, 0, sta_mask, in iwl_mvm_tvqm_enable_txq()
1011 inc_ssn = iwl_trans_txq_enable_cfg(mvm->trans, queue, ssn, in iwl_mvm_enable_txq()
1131 iwl_trans_txq_set_shared_mode(mvm->trans, queue, false); in iwl_mvm_unshare_queue()
1455 iwl_trans_txq_set_shared_mode(mvm->trans, queue, true); in iwl_mvm_sta_alloc_queue()
1751 if (!mvm->trans->trans_cfg->gen2) in iwl_mvm_sta_init()
1784 dup_data = kcalloc(mvm->trans->num_rx_queues, in iwl_mvm_sta_init()
1797 for (q = 0; q < mvm->trans->num_rx_queues; q++) in iwl_mvm_sta_init()
2010 ret = iwl_trans_wait_txq_empty(mvm->trans, txq_id); in iwl_mvm_wait_sta_queues_empty()
2110 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, in iwl_mvm_rm_sta()
2172 mvm->trans->trans_cfg->base_params->wd_timeout; in iwl_mvm_enable_aux_snif_queue()
2189 mvm->trans->trans_cfg->base_params->wd_timeout; in iwl_mvm_enable_aux_snif_queue_tvqm()
2700 for (i = 0; i < mvm->trans->num_rx_queues; i++) { in iwl_mvm_free_reorder()
2742 for (i = 0; i < mvm->trans->num_rx_queues; i++) { in iwl_mvm_init_reorder_buffer()
2918 mvm->trans->num_rx_queues * in iwl_mvm_sta_rx_agg()
3179 if (mvm->trans->trans_cfg->gen2) in iwl_mvm_sta_tx_agg_start()
3273 ret = iwl_trans_wait_tx_queues_empty(mvm->trans, in iwl_mvm_sta_tx_agg_oper()
3453 iwl_trans_wait_txq_empty(mvm->trans, txq_id); in iwl_mvm_sta_tx_agg_flush()
3457 iwl_trans_wait_tx_queues_empty(mvm->trans, BIT(txq_id)); in iwl_mvm_sta_tx_agg_flush()
4125 iwl_trans_block_txq_ptrs(mvm->trans, true); in iwl_mvm_sta_modify_sleep_tx_count()
4302 if (mvm->trans->trans_cfg->gen2) in iwl_mvm_tid_queued()