Lines Matching full:inbound
95 /* MPI Memory region 2 for consumer Index of inbound queues */ in mpiRequirementsGet()
113 /* MPI Memory regions 4, ... for the inbound queues - depends on configuration */ in mpiRequirementsGet()
208 * \brief Retrieves a free message buffer from an inbound queue
209 * \param circularQ Pointer to an inbound circular queue
213 * This function is used to retrieve a free message buffer for the given inbound queue of at least
252 /* if inbound queue is full, return busy */ in mpiMsgFreeGet()
282 /* bc always is 1 for inbound queue */ in mpiMsgFreeGet()
312 /* if inbound queue is full, return busy */ in mpiMsgFreeGetOQ()
333 /* bc always is 1 for inbound queue */ in mpiMsgFreeGetOQ()
345 * \brief Add a header of IOMB then send to a inbound queue and update the Producer index
346 * \param circularQ Pointer to an inbound queue
353 * function call, to the given Inbound queue
440 /* update PI of inbound queue */ in mpiMsgProduce()
557 /* TP:MD Inbound IOMB Dword */ in mpiMsgProduce()
561 /* update PI of inbound queue */ in mpiMsgProduce()
884 /* inbound queue number */ in mpiRotateQnumber()