Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c2380 t_FmPcdCcFragScratchPoolCmdParams fmPcdCcFragScratchPoolCmdParams; in FmPcdFragHcScratchPoolFill() local
2385 memset(&fmPcdCcFragScratchPoolCmdParams, 0, sizeof(t_FmPcdCcFragScratchPoolCmdParams)); in FmPcdFragHcScratchPoolFill()
2387 fmPcdCcFragScratchPoolCmdParams.numOfBuffers = NUM_OF_SCRATCH_POOL_BUFFERS; in FmPcdFragHcScratchPoolFill()
2388 fmPcdCcFragScratchPoolCmdParams.bufferPoolId = scratchBpid; in FmPcdFragHcScratchPoolFill()
2389 …if ((err = FmHcPcdCcIpFragScratchPollCmd(p_FmPcd->h_Hc, TRUE, &fmPcdCcFragScratchPoolCmdParams)) !… in FmPcdFragHcScratchPoolFill()
2392 if (fmPcdCcFragScratchPoolCmdParams.numOfBuffers != 0) in FmPcdFragHcScratchPoolFill()
2395 fmPcdCcFragScratchPoolCmdParams.numOfBuffers)); in FmPcdFragHcScratchPoolFill()
2403 t_FmPcdCcFragScratchPoolCmdParams fmPcdCcFragScratchPoolCmdParams; in FmPcdFragHcScratchPoolEmpty() local
2408 memset(&fmPcdCcFragScratchPoolCmdParams, 0, sizeof(t_FmPcdCcFragScratchPoolCmdParams)); in FmPcdFragHcScratchPoolEmpty()
2410 fmPcdCcFragScratchPoolCmdParams.bufferPoolId = scratchBpid; in FmPcdFragHcScratchPoolEmpty()
[all …]