Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c365 bit8 responseQueue, in mpiMsgPrepare() argument
379 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgPrepare()
397 ((responseQueue & OBID_MASK) << SHIFT16) | in mpiMsgPrepare()
430 bit8 responseQueue, in mpiMsgProduce() argument
436 ret = mpiMsgPrepare(circularQ, messagePtr, category, opCode, responseQueue, in mpiMsgProduce()
465 bit8 responseQueue, in mpiMsgProduce() argument
501 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgProduce()
524 ((responseQueue & OBID_MASK) << SHIFT16) | in mpiMsgProduce()
913 bit8 responseQueue, in mpiMsgProduceOQ() argument
927 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgProduceOQ()
[all …]
H A Dmpi.h449 bit8 responseQueue, bit8 hiPriority);
453 bit8 responseQueue, bit8 hiPriority);
461 bit8 responseQueue, bit8 hiPriority);
465 bit8 responseQueue, bit8 hiPriority, int sendFl);
/freebsd/sys/dev/hptmv/
H A DmvSata.h252 struct mvDmaResponseQueueEntry SS_SEG *responseQueue; member
H A Dentry.c282 pMvSataChannel->responseQueue = (struct mvDmaResponseQueueEntry *) in hptmv_init_channel()
298 pMvSataChannel->responseQueue)); in hptmv_init_channel()