Searched refs:oldphys (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | ctxt-info.c | 30 dma_addr_t oldphys = *phys; in _iwl_pcie_ctxt_info_dma_alloc_coherent() local 35 dma_free_coherent(trans->dev, size, old, oldphys); in _iwl_pcie_ctxt_info_dma_alloc_coherent()
|
H A D | tx-gen2.c | 67 dma_addr_t oldphys = phys; in iwl_txq_gen2_set_tb_with_wa() local 133 oldphys = phys; in iwl_txq_gen2_set_tb_with_wa() 140 len, (unsigned long long)oldphys, in iwl_txq_gen2_set_tb_with_wa() 149 dma_unmap_page(trans->dev, oldphys, len, DMA_TO_DEVICE); in iwl_txq_gen2_set_tb_with_wa() 151 dma_unmap_single(trans->dev, oldphys, len, DMA_TO_DEVICE); in iwl_txq_gen2_set_tb_with_wa()
|