Searched refs:first_tb_bufs (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 411 memcpy(&txq->first_tb_bufs[idx], &dev_cmd->hdr, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx_amsdu() 437 memcpy(&txq->first_tb_bufs[idx], &dev_cmd->hdr, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx() 809 memcpy(&txq->first_tb_bufs[idx], &out_cmd->hdr, tb0_size); in iwl_pcie_gen2_enqueue_hcmd() 1080 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_gen2_txq_free_memory() 1081 txq->first_tb_bufs, txq->first_tb_dma); in iwl_pcie_gen2_txq_free_memory()
|
D | tx.c | 532 BUILD_BUG_ON(IWL_FIRST_TB_SIZE_ALIGN != sizeof(*txq->first_tb_bufs)); in iwl_pcie_txq_alloc() 534 tb0_buf_sz = sizeof(*txq->first_tb_bufs) * slots_num; in iwl_pcie_txq_alloc() 536 txq->first_tb_bufs = dma_alloc_coherent(trans->dev, tb0_buf_sz, in iwl_pcie_txq_alloc() 539 if (!txq->first_tb_bufs) in iwl_pcie_txq_alloc() 712 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_txq_free() 713 txq->first_tb_bufs, txq->first_tb_dma); in iwl_pcie_txq_free() 1666 memcpy(&txq->first_tb_bufs[idx], &out_cmd->hdr, tb0_size); in iwl_pcie_enqueue_hcmd() 2435 memcpy(&txq->first_tb_bufs[txq->write_ptr], &dev_cmd->hdr, in iwl_trans_pcie_tx()
|
D | internal.h | 408 struct iwl_pcie_first_tb_buf *first_tb_bufs; member
|