Searched refs:tb_len (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 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() [all …]
|
D | internal.h | 733 return le16_to_cpu(tb->tb_len); in iwl_pcie_tfd_tb_get_len()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-fh.h | 697 __le16 tb_len; member
|