Searched refs:IWL_FIRST_TB_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 317 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 326 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 331 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 342 len + IWL_FIRST_TB_SIZE, hdr_len, dev_cmd)) in iwl_txq_gen2_build_tx_amsdu() 346 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 402 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 409 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 418 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx() 426 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx() 436 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_txq_gen2_build_tx() [all …]
|
D | tx.c | 1388 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1389 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1521 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1522 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1538 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd() 1928 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu() 2196 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() 2215 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx() 2218 BUILD_BUG_ON(sizeof(struct iwl_tx_cmd) < IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx() 2221 IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.h | 729 #define IWL_FIRST_TB_SIZE 20 macro 730 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)
|