Home
last modified time | relevance | path

Searched refs:first_tb_bufs (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c414 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx_amsdu()
475 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx()
836 memcpy(&txq->first_tb_bufs[idx], out_cmd, tb0_size); in iwl_pcie_gen2_enqueue_hcmd()
1072 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_gen2_txq_free_memory()
1073 txq->first_tb_bufs, txq->first_tb_dma); in iwl_pcie_gen2_txq_free_memory()
Dtx.c565 BUILD_BUG_ON(IWL_FIRST_TB_SIZE_ALIGN != sizeof(*txq->first_tb_bufs)); in iwl_pcie_txq_alloc()
567 tb0_buf_sz = sizeof(*txq->first_tb_bufs) * slots_num; in iwl_pcie_txq_alloc()
569 txq->first_tb_bufs = dma_alloc_coherent(trans->dev, tb0_buf_sz, in iwl_pcie_txq_alloc()
572 if (!txq->first_tb_bufs) in iwl_pcie_txq_alloc()
735 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_txq_free()
736 txq->first_tb_bufs, txq->first_tb_dma); in iwl_pcie_txq_free()
1717 memcpy(&txq->first_tb_bufs[idx], &out_cmd->hdr, tb0_size); in iwl_pcie_enqueue_hcmd()
2465 memcpy(&txq->first_tb_bufs[txq->write_ptr], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
Dinternal.h363 struct iwl_pcie_first_tb_buf *first_tb_bufs; member