Lines Matching refs:txq
244 iwl_pcie_get_scratchbuf_dma(struct iwl_txq *txq, int idx) in iwl_pcie_get_scratchbuf_dma() argument
246 return txq->scratchbufs_dma + in iwl_pcie_get_scratchbuf_dma()
296 struct iwl_txq *txq; member
445 struct iwl_txq *txq) in iwl_wake_queue() argument
449 if (test_and_clear_bit(txq->q.id, trans_pcie->queue_stopped)) { in iwl_wake_queue()
450 IWL_DEBUG_TX_QUEUES(trans, "Wake hwq %d\n", txq->q.id); in iwl_wake_queue()
451 iwl_op_mode_queue_not_full(trans->op_mode, txq->q.id); in iwl_wake_queue()
456 struct iwl_txq *txq) in iwl_stop_queue() argument
460 if (!test_and_set_bit(txq->q.id, trans_pcie->queue_stopped)) { in iwl_stop_queue()
461 iwl_op_mode_queue_full(trans->op_mode, txq->q.id); in iwl_stop_queue()
462 IWL_DEBUG_TX_QUEUES(trans, "Stop hwq %d\n", txq->q.id); in iwl_stop_queue()
465 txq->q.id); in iwl_stop_queue()