Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.h439 uint8_t scratchBpid; member
H A Dfm_manip.c2377 static t_Error FmPcdFragHcScratchPoolFill(t_Handle h_FmPcd, uint8_t scratchBpid) in FmPcdFragHcScratchPoolFill() argument
2388 fmPcdCcFragScratchPoolCmdParams.bufferPoolId = scratchBpid; in FmPcdFragHcScratchPoolFill()
2400 static t_Error FmPcdFragHcScratchPoolEmpty(t_Handle h_FmPcd, uint8_t scratchBpid) in FmPcdFragHcScratchPoolEmpty() argument
2410 fmPcdCcFragScratchPoolCmdParams.bufferPoolId = scratchBpid; in FmPcdFragHcScratchPoolEmpty()
2457 FmPcdFragHcScratchPoolEmpty((t_Handle)p_FmPcd, p_Manip->fragParams.scratchBpid); in ReleaseManipHandler()
3933 gmaskReg |= p_ManipParams->scratchBpid << FM_PCD_MANIP_IP_FRAG_SCRATCH_BPID; in IpFragmentation()
3948 p_Manip->fragParams.scratchBpid = p_ManipParams->scratchBpid; in IpFragmentation()
3951 if ((err = FmPcdFragHcScratchPoolFill((t_Handle)p_FmPcd, p_ManipParams->scratchBpid)) != E_OK) in IpFragmentation()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h687 t_Error FmPcdFragHcScratchPoolInit(t_Handle h_FmPcd, uint8_t scratchBpid);
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h2275 …uint8_t scratchBpid; /**< Absolute buffer pool id according to BM c… member