Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c143 static t_Error FillBufPool(t_FmHc *p_FmHc) in FillBufPool() argument
147 ASSERT_COND(p_FmHc); in FillBufPool()
152p_FmHc->p_Frm[i] = (t_HcFrame *)XX_MallocSmart((sizeof(t_HcFrame) + (16 - (sizeof(t_FmHc) % 16))), in FillBufPool()
153 p_FmHc->dataMemId, in FillBufPool()
156 p_FmHc->p_Frm[i] = (t_HcFrame *)XX_MallocSmart(sizeof(t_HcFrame), in FillBufPool()
157 p_FmHc->dataMemId, in FillBufPool()
160 if (!p_FmHc->p_Frm[i]) in FillBufPool()
167 p_FmHc->seqNum[i] = i; in FillBufPool()
169 p_FmHc->nextSeqNumLocation = 0; in FillBufPool()
174 static __inline__ t_HcFrame * GetBuf(t_FmHc *p_FmHc, uint32_t *p_SeqNum) in GetBuf() argument
[all …]