Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/
H A Dfm_sp.c422 if (!p_FmVspEntry->p_FmVspEntryDriverParams) in FM_VSP_Config()
498 p_FmVspEntry->p_FmVspEntryDriverParams->extBufPools.numOfPoolsUsed; in FM_VSP_Init()
515 if (p_FmVspEntry->p_FmVspEntryDriverParams->p_BufPoolDepletion) in FM_VSP_Init()
529 if (p_FmVspEntry->p_FmVspEntryDriverParams->p_BackupBmPools) in FM_VSP_Init()
559 if (p_FmVspEntry->p_FmVspEntryDriverParams) in FM_VSP_Init()
560 XX_Free(p_FmVspEntry->p_FmVspEntryDriverParams); in FM_VSP_Init()
561 p_FmVspEntry->p_FmVspEntryDriverParams = NULL; in FM_VSP_Init()
596 p_FmVspEntry->p_FmVspEntryDriverParams->dmaSwapData = swapData; in FM_VSP_ConfigDmaSwapData()
645 p_FmVspEntry->p_FmVspEntryDriverParams->dmaWriteOptimize = optimize; in FM_VSP_ConfigDmaWriteOptimize()
672 if (!p_FmVspEntry->p_FmVspEntryDriverParams->p_BufPoolDepletion) in FM_VSP_ConfigPoolDepletion()
[all …]
H A Dfm_sp.h81 t_FmVspEntryDriverParams *p_FmVspEntryDriverParams; member