Searched refs:IWL_FIRST_TB_SIZE (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 103 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd() 104 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd() 225 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_gen2_enqueue_hcmd() 226 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_gen2_enqueue_hcmd() 241 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_gen2_enqueue_hcmd()
|
D | tx.c | 1210 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1211 int copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1342 if (copy_size < IWL_FIRST_TB_SIZE) { in iwl_pcie_enqueue_hcmd() 1343 copy = IWL_FIRST_TB_SIZE - copy_size; in iwl_pcie_enqueue_hcmd() 1359 tb0_size = min_t(int, copy_size, IWL_FIRST_TB_SIZE); in iwl_pcie_enqueue_hcmd() 1741 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu() 2017 hdr_len - IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() 2036 IWL_FIRST_TB_SIZE, true); in iwl_trans_pcie_tx() 2039 BUILD_BUG_ON(sizeof(struct iwl_tx_cmd) < IWL_FIRST_TB_SIZE); in iwl_trans_pcie_tx() 2042 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 550 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 559 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 564 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 574 if (iwl_txq_gen2_build_amsdu(trans, skb, tfd, len + IWL_FIRST_TB_SIZE, in iwl_txq_gen2_build_tx_amsdu() 579 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 635 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 642 iwl_txq_gen2_set_tb(trans, tfd, tb_phys, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 651 IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx() 659 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx() 669 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_txq_gen2_build_tx() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.h | 831 #define IWL_FIRST_TB_SIZE 20 macro 832 #define IWL_FIRST_TB_SIZE_ALIGN ALIGN(IWL_FIRST_TB_SIZE, 64)
|