Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c55 pTmp, pTmp->pDmaVirt, pTmp->size); in BnxeVerifySavedDmaList()
58 if (((u8_t *)pTmp->pDmaVirt)[i] != 0x0) in BnxeVerifySavedDmaList()
1835 pMemDma->pDmaVirt, in BnxeHwStopCore()
1851 ((u8_t *)pTmp->pDmaVirt)[i] = 0x0; in BnxeHwStopCore()
H A Dbnxe_mm.c652 pMem->pDmaVirt = pBuf; in mm_alloc_phys_mem_align_imp()
669 memSize, pMem->physAddr.as_ptr, pMem->pDmaVirt); in mm_alloc_phys_mem_align_imp()
819 if (pBuf == pMem->pDmaVirt) in mm_rt_free_phys_mem()
H A Dbnxe.h319 void * pDmaVirt; member