Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c514 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu()
570 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx()
862 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_txq_gen2_free_memory()
863 txq->first_tb_bufs, txq->first_tb_dma); in iwl_txq_gen2_free_memory()
1092 BUILD_BUG_ON(sizeof(*txq->first_tb_bufs) != IWL_FIRST_TB_SIZE_ALIGN); in iwl_txq_alloc()
1094 tb0_buf_sz = sizeof(*txq->first_tb_bufs) * slots_num; in iwl_txq_alloc()
1096 txq->first_tb_bufs = dma_alloc_coherent(trans->dev, tb0_buf_sz, in iwl_txq_alloc()
1099 if (!txq->first_tb_bufs) in iwl_txq_alloc()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c265 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_txq_free()
266 txq->first_tb_bufs, txq->first_tb_dma); in iwl_pcie_txq_free()
1077 memcpy(&txq->first_tb_bufs[idx], &out_cmd->hdr, tb0_size); in iwl_pcie_enqueue_hcmd()
1581 memcpy(&txq->first_tb_bufs[txq->write_ptr], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
H A Dtx-gen2.c195 memcpy(&txq->first_tb_bufs[idx], out_cmd, tb0_size); in iwl_pcie_gen2_enqueue_hcmd()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h965 struct iwl_pcie_first_tb_buf *first_tb_bufs; member