Lines Matching refs:tb_phys
1717 dma_addr_t tb_phys = dma_map_single(trans->dev,
1720 if (unlikely(dma_mapping_error(trans->dev, tb_phys)))
1723 tb_phys, head_tb_len);
1724 iwl_pcie_txq_build_tfd(trans, txq, tb_phys, head_tb_len, false);
1730 dma_addr_t tb_phys;
1736 tb_phys = skb_frag_dma_map(trans->dev, frag, 0,
1739 if (unlikely(dma_mapping_error(trans->dev, tb_phys)))
1742 tb_phys, skb_frag_size(frag));
1743 tb_idx = iwl_pcie_txq_build_tfd(trans, txq, tb_phys,
2023 dma_addr_t tb_phys;
2025 tb_phys = iwl_pcie_get_sgt_tb_phys(sgt, data_offset, size);
2027 if (unlikely(tb_phys == DMA_MAPPING_ERROR))
2030 iwl_pcie_txq_build_tfd(trans, txq, tb_phys,
2033 tb_phys, size);