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

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c127 typedef struct t_FmHc { struct
140 } t_FmHc; typedef in typeref:struct:t_FmHc
143 static t_Error FillBufPool(t_FmHc *p_FmHc)
152 p_FmHc->p_Frm[i] = (t_HcFrame *)XX_MallocSmart((sizeof(t_HcFrame) + (16 - (sizeof(t_FmHc) % 16))),
174 static __inline__ t_HcFrame * GetBuf(t_FmHc *p_FmHc, uint32_t *p_SeqNum)
196 static __inline__ void PutBuf(t_FmHc *p_FmHc, t_HcFrame *p_Buf, uint32_t seqNum)
209 static __inline__ t_Error EnQFrm(t_FmHc *p_FmHc, t_DpaaFD *p_FmFd, uint32_t seqNum)
239 t_FmHc *p_FmHc;
243 p_FmHc = (t_FmHc *)XX_Malloc(sizeof(t_FmHc));
[all...]

Completed in 105 milliseconds