Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c348 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu()
405 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx()
866 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_txq_gen2_free_memory()
867 txq->first_tb_bufs, txq->first_tb_dma); in iwl_txq_gen2_free_memory()
1372 memcpy(&txq->first_tb_bufs[idx], out_cmd, tb0_size); in iwl_pcie_gen2_enqueue_hcmd()
H A Dtx.c472 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_txq_free()
473 txq->first_tb_bufs, txq->first_tb_dma); in iwl_pcie_txq_free()
770 BUILD_BUG_ON(sizeof(*txq->first_tb_bufs) != IWL_FIRST_TB_SIZE_ALIGN); in iwl_pcie_txq_alloc()
772 tb0_buf_sz = sizeof(*txq->first_tb_bufs) * slots_num; in iwl_pcie_txq_alloc()
774 txq->first_tb_bufs = dma_alloc_coherent(trans->dev, tb0_buf_sz, in iwl_pcie_txq_alloc()
777 if (!txq->first_tb_bufs) in iwl_pcie_txq_alloc()
1546 memcpy(&txq->first_tb_bufs[idx], &out_cmd->hdr, tb0_size); in iwl_pcie_enqueue_hcmd()
2279 memcpy(&txq->first_tb_bufs[txq->write_ptr], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.h787 struct iwl_pcie_first_tb_buf *first_tb_bufs; member