Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c388 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx_amsdu()
397 IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx_amsdu()
402 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx_amsdu()
409 len + IWL_FIRST_TB_SIZE, in iwl_pcie_gen2_build_tx_amsdu()
414 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()
477 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_build_tx()
486 IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx()
494 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_pcie_gen2_build_tx()
500 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_pcie_gen2_build_tx()
[all …]
Dtx.c1567 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd()
1568 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd()
1699 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd()
1700 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd()
1716 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd()
2123 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu()
2401 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()
2420 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx()
2423 BUILD_BUG_ON(sizeof(struct iwl_tx_cmd) < IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx()
2426 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()
[all …]
Dinternal.h304 #define IWL_FIRST_TB_SIZE 20 macro
305 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)