Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpi.c366 bit8 responseQueue, in mpiMsgPrepare() argument
380 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgPrepare()
398 ((responseQueue & OBID_MASK) << SHIFT16) | in mpiMsgPrepare()
431 bit8 responseQueue, in mpiMsgProduce() argument
437 ret = mpiMsgPrepare(circularQ, messagePtr, category, opCode, responseQueue, in mpiMsgProduce()
466 bit8 responseQueue, in mpiMsgProduce() argument
502 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgProduce()
525 ((responseQueue & OBID_MASK) << SHIFT16) | in mpiMsgProduce()
914 bit8 responseQueue, in mpiMsgProduceOQ() argument
928 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgProduceOQ()
[all …]
H A Dmpi.h450 bit8 responseQueue, bit8 hiPriority);
454 bit8 responseQueue, bit8 hiPriority);
462 bit8 responseQueue, bit8 hiPriority);
466 bit8 responseQueue, bit8 hiPriority, int sendFl);
/freebsd-13.1/sys/dev/hptmv/
H A DmvSata.h254 struct mvDmaResponseQueueEntry SS_SEG *responseQueue; member
H A Dentry.c287 pMvSataChannel->responseQueue = (struct mvDmaResponseQueueEntry *) in hptmv_init_channel()
303 pMvSataChannel->responseQueue)); in hptmv_init_channel()