Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c136 …uint32_t nextSeqNumLocation; /* seqNum location in seqNum[] for next bu… member
169 p_FmHc->nextSeqNumLocation = 0; in FillBufPool()
182 if (p_FmHc->nextSeqNumLocation == HC_CMD_POOL_SIZE) in GetBuf()
189 *p_SeqNum = p_FmHc->seqNum[p_FmHc->nextSeqNumLocation]; in GetBuf()
190 p_FmHc->nextSeqNumLocation++; in GetBuf()
203 ASSERT_COND(p_FmHc->nextSeqNumLocation); in PutBuf()
204 p_FmHc->nextSeqNumLocation--; in PutBuf()
205 p_FmHc->seqNum[p_FmHc->nextSeqNumLocation] = seqNum; in PutBuf()