Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c237 bit8 bcCount = 1; /* only support single buffer */ in mpiMsgFreeGet() local
257 if (((circularQ->producerIdx + bcCount) % circularQ->numElements) == circularQ->consumerIdx) in mpiMsgFreeGet()
263 …SA_DBG1(("mpiMsgFreeGet: %d + %d == %d AGSA_RC_BUSY\n",circularQ->producerIdx,bcCount,circularQ->c… in mpiMsgFreeGet()
275 circularQ->producerIdx = (circularQ->producerIdx + bcCount) % circularQ->numElements; in mpiMsgFreeGet()
297 bit8 bcCount = 1; /* only support single buffer */ in mpiMsgFreeGetOQ() local
317 if (((circularQ->producerIdx + bcCount) % circularQ->numElements) == circularQ->consumerIdx) in mpiMsgFreeGetOQ()
326 circularQ->producerIdx = (circularQ->producerIdx + bcCount) % circularQ->numElements; in mpiMsgFreeGetOQ()