Lines Matching refs:tb_len
170 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_pcie_gen2_tfd_unmap()
175 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_pcie_gen2_tfd_unmap()
227 tb->tb_len = cpu_to_le16(len); in iwl_pcie_gen2_set_tb()
298 unsigned int tb_len; in iwl_pcie_gen2_build_amsdu() local
325 tb_len = hdr_page->pos - start_hdr; in iwl_pcie_gen2_build_amsdu()
327 tb_len, DMA_TO_DEVICE); in iwl_pcie_gen2_build_amsdu()
332 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, tb_len); in iwl_pcie_gen2_build_amsdu()
333 trace_iwlwifi_dev_tx_tso_chunk(trans->dev, start_hdr, tb_len); in iwl_pcie_gen2_build_amsdu()
342 tb_len = min_t(unsigned int, tso.size, data_left); in iwl_pcie_gen2_build_amsdu()
344 tb_len, DMA_TO_DEVICE); in iwl_pcie_gen2_build_amsdu()
349 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, tb_len); in iwl_pcie_gen2_build_amsdu()
351 tb_len); in iwl_pcie_gen2_build_amsdu()
353 data_left -= tb_len; in iwl_pcie_gen2_build_amsdu()
354 tso_build_data(skb, &tso, tb_len); in iwl_pcie_gen2_build_amsdu()