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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c300 if (p_Qm->p_PfdrBase)
301 XX_FreeSmart(p_Qm->p_PfdrBase);
813 p_Qm->p_PfdrBase = XX_MallocSmart(dsSize, (int)p_QmDriverParams->pfdrMemPartitionId, dsSize);
814 if (!p_Qm->p_PfdrBase)
817 phyAddr = XX_VirtToPhys(p_Qm->p_PfdrBase);
H A Dqm.h481 uint32_t *p_PfdrBase; member in struct:__anon10923

Completed in 113 milliseconds