Searched refs:scratchbufs (Results 1 – 2 of 2) sorted by relevance
522 BUILD_BUG_ON(IWL_HCMD_SCRATCHBUF_SIZE != sizeof(*txq->scratchbufs)); in iwl_pcie_txq_alloc()527 scratchbuf_sz = sizeof(*txq->scratchbufs) * slots_num; in iwl_pcie_txq_alloc()529 txq->scratchbufs = dma_alloc_coherent(trans->dev, scratchbuf_sz, in iwl_pcie_txq_alloc()532 if (!txq->scratchbufs) in iwl_pcie_txq_alloc()645 sizeof(*txq->scratchbufs) * txq->q.n_window, in iwl_pcie_txq_free()646 txq->scratchbufs, txq->scratchbufs_dma); in iwl_pcie_txq_free()1519 memcpy(&txq->scratchbufs[idx], &out_cmd->hdr, scratch_size); in iwl_pcie_enqueue_hcmd()1889 memcpy(&txq->scratchbufs[q->write_ptr], &dev_cmd->hdr, in iwl_trans_pcie_tx()
270 struct iwl_pcie_txq_scratch_buf *scratchbufs; member