Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c298 if (p_Qm->p_FqdBase) in FreeInitResources()
299 XX_FreeSmart(p_Qm->p_FqdBase); in FreeInitResources()
786 p_Qm->p_FqdBase = XX_MallocSmart(dsSize, (int)p_QmDriverParams->fqdMemPartitionId, dsSize); in QM_Init()
787 if (!p_Qm->p_FqdBase) in QM_Init()
791 memset(p_Qm->p_FqdBase, 0, dsSize); in QM_Init()
794 dcbf(PTR_MOVE(p_Qm->p_FqdBase, i)); in QM_Init()
797 phyAddr = XX_VirtToPhys(p_Qm->p_FqdBase); in QM_Init()
H A Dqm.h480 uint32_t *p_FqdBase; member