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

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

Completed in 173 milliseconds