Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/pcie/
Dtx.c196 le32_to_cpu(txq->scratchbufs[i].scratch)); in iwl_pcie_txq_stuck_timer()
507 BUILD_BUG_ON(IWL_HCMD_SCRATCHBUF_SIZE != sizeof(*txq->scratchbufs)); in iwl_pcie_txq_alloc()
512 scratchbuf_sz = sizeof(*txq->scratchbufs) * slots_num; in iwl_pcie_txq_alloc()
514 txq->scratchbufs = dma_alloc_coherent(trans->dev, scratchbuf_sz, in iwl_pcie_txq_alloc()
517 if (!txq->scratchbufs) in iwl_pcie_txq_alloc()
619 sizeof(*txq->scratchbufs) * txq->q.n_window, in iwl_pcie_txq_free()
620 txq->scratchbufs, txq->scratchbufs_dma); in iwl_pcie_txq_free()
1296 memcpy(&txq->scratchbufs[q->write_ptr], &out_cmd->hdr, scratch_size); in iwl_pcie_enqueue_hcmd()
1654 memcpy(&txq->scratchbufs[q->write_ptr], &dev_cmd->hdr, in iwl_trans_pcie_tx()
Dinternal.h227 struct iwl_pcie_txq_scratch_buf *scratchbufs; member