Lines Matching defs:phys
14 dma_addr_t *phys,
23 result = dma_alloc_coherent(trans->dev, size, phys, GFP_KERNEL);
28 if (unlikely(iwl_txq_crosses_4g_boundary(*phys, size))) {
30 dma_addr_t oldphys = *phys;
33 phys,
43 dma_addr_t *phys)
45 return _iwl_pcie_ctxt_info_dma_alloc_coherent(trans, size, phys, 0);
170 dma_addr_t phys;
175 &phys);
179 trans_pcie->ctxt_info_dma_addr = phys;