Home
last modified time | relevance | path

Searched refs:pPhysAddr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c560 lm_address_t * pPhysAddr, in mm_alloc_phys_mem_align_imp() argument
648 pPhysAddr->as_u64 = cookie.dmac_laddress; in mm_alloc_phys_mem_align_imp()
653 pMem->physAddr = *pPhysAddr; in mm_alloc_phys_mem_align_imp()
659 pBuf, pPhysAddr->as_u64, in mm_alloc_phys_mem_align_imp()
661 (!((u32_t)pPhysAddr->as_ptr % (u32_t)alignment) ? 1 : 0)); in mm_alloc_phys_mem_align_imp()
683 lm_address_t * pPhysAddr, in mm_alloc_phys_mem_imp() argument
689 return mm_alloc_phys_mem_align_imp(pLM, memSize, pPhysAddr, in mm_alloc_phys_mem_imp()
707 lm_address_t * pPhysAddr, in mm_rt_alloc_phys_mem_imp() argument
713 return mm_alloc_phys_mem_imp(pDev, memSize, pPhysAddr, flushType, in mm_rt_alloc_phys_mem_imp()
804 lm_address_t pPhysAddr, in mm_rt_free_phys_mem() argument
[all …]