Searched refs:tb1_len (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx.c | 2102 struct iwl_device_cmd *dev_cmd, u16 tb1_len) in iwl_fill_data_tbs_amsdu() argument 2123 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu() 2284 struct iwl_device_cmd *dev_cmd, u16 tb1_len) in iwl_fill_data_tbs_amsdu() argument 2304 u16 len, tb1_len; in iwl_trans_pcie_tx() local 2407 tb1_len = ALIGN(len, 4); in iwl_trans_pcie_tx() 2409 if (tb1_len != len) in iwl_trans_pcie_tx() 2412 tb1_len = len; in iwl_trans_pcie_tx() 2427 tb1_phys = dma_map_single(trans->dev, tb1_addr, tb1_len, DMA_TO_DEVICE); in iwl_trans_pcie_tx() 2430 iwl_pcie_txq_build_tfd(trans, txq, tb1_phys, tb1_len, false); in iwl_trans_pcie_tx() 2436 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, in iwl_trans_pcie_tx() [all …]
|
| D | tx-gen2.c | 469 int len, tb1_len, tb2_len; in iwl_pcie_gen2_build_tx() local 489 tb1_len = ALIGN(len, 4); in iwl_pcie_gen2_build_tx() 491 tb1_len = len; in iwl_pcie_gen2_build_tx() 495 tb_phys = dma_map_single(trans->dev, tb1_addr, tb1_len, DMA_TO_DEVICE); in iwl_pcie_gen2_build_tx() 498 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, tb1_len); in iwl_pcie_gen2_build_tx() 500 IWL_FIRST_TB_SIZE + tb1_len, hdr_len); in iwl_pcie_gen2_build_tx()
|