Searched refs:tb_len (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx-gen2.c | 175 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_pcie_gen2_tfd_unmap() 180 le16_to_cpu(tfd->tbs[i].tb_len), in iwl_pcie_gen2_tfd_unmap() 236 tb->tb_len = cpu_to_le16(len); in iwl_pcie_gen2_set_tb() 301 unsigned int tb_len; in iwl_pcie_gen2_build_amsdu() local 328 tb_len = hdr_page->pos - start_hdr; in iwl_pcie_gen2_build_amsdu() 330 tb_len, DMA_TO_DEVICE); in iwl_pcie_gen2_build_amsdu() 335 iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, tb_len); in iwl_pcie_gen2_build_amsdu() 336 trace_iwlwifi_dev_tx_tb(trans->dev, skb, start_hdr, tb_len); in iwl_pcie_gen2_build_amsdu() 345 tb_len = min_t(unsigned int, tso.size, data_left); in iwl_pcie_gen2_build_amsdu() 347 tb_len, DMA_TO_DEVICE); in iwl_pcie_gen2_build_amsdu() [all …]
|
| D | internal.h | 716 return le16_to_cpu(tb->tb_len); in iwl_pcie_tfd_tb_get_len()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ |
| D | iwl-fh.h | 696 __le16 tb_len; member
|