Home
last modified time | relevance | path

Searched refs:queue_p (Results 1 – 25 of 31) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/QMgr/
H A DQMQueue.c253 copy_p = (void *)(queue_p->cmdQueVirtPtr + (firstCmd * queue_p->cmdEntrySize)); in copyOutRequestsCommandBlocks()
321 (queue_p->cmdQueVirtPtr + (*writeQueueIndex_p * queue_p->cmdEntrySize)); in copyInRequestsCommandBlocks()
400 API_Request_p = (API_Request_t *)queue_p->requestQueue[queue_p->apiReadIdx]; in QMgrCheckQueue()
445 WakeUp( (&queue_p->waitQueue[queue_p->apiReadIdx] ) ); in QMgrCheckQueue()
479 queue_p->requestQueue[queue_p->apiReadIdx] = NULL; in QMgrCheckQueue()
480 queue_p->apiReadIdx = (queue_p->apiReadIdx + 1) & (API_REQ_MASK); in QMgrCheckQueue()
482 queue_p->requestQueue[queue_p->apiReadIdx]; in QMgrCheckQueue()
628 (writeQueueIndex - 1 + queue_p->sizeOfQueue) & queue_p->sizeMask; in N8_QMgrQueue()
789 (API_Request_t *)queue_p->requestQueue[queue_p->apiReadIdx]; in QMgrCmdError()
796 queue_p->sizeOfQueue) + 1; in QMgrCmdError()
[all …]
H A DRNQueue.c255 queue_p->hardwareFailed++; in RNG_WaitForHardwareStart()
316 numElementsInQ = (queue_p->writeIndex - queue_p->readIndex) & queue_p->sizeMask; in getContentsOfRNGQ()
326 RNG_CMD_Q_GET_READ_WRITE_PTR(queue_p,&queue_p->readIndex,&queue_p->writeIndex); in getContentsOfRNGQ()
328 numElementsInQ = (queue_p->writeIndex - queue_p->readIndex) & queue_p->sizeMask; in getContentsOfRNGQ()
353 numFromReadIndex = (queue_p->sizeOfQueue - queue_p->readIndex) * sampleSize; in getContentsOfRNGQ()
397 (char*)(queue_p->cmdQueVirtPtr + queue_p->readIndex * sampleSize), in getContentsOfRNGQ()
403 (char*)(queue_p->cmdQueVirtPtr + queue_p->readIndex * sampleSize), in getContentsOfRNGQ()
414 queue_p->readIndex = (queue_p->readIndex + samplesRead) & (queue_p->sizeMask); in getContentsOfRNGQ()
423 queue_p->rngReg_p->rnh_q_ptr = queue_p->readIndex; in getContentsOfRNGQ()
469 QueueControl_t *queue_p; in Queue_RN_request() local
[all …]
H A DQMgrInit.c146 QueueControl_t *queue_p; in QMgr_init_control_set() local
162 queue_p = &table_p->controlSets_p[i][j]; in QMgr_init_control_set()
163 queue_p->hardwareType = N8_NSP2000_HW; in QMgr_init_control_set()
164 queue_p->chip = i; in QMgr_init_control_set()
174 queue_p = &table_p->controlSets_p[i][j]; in QMgr_init_control_set()
175 N8_AtomicLockInit(queue_p->queueControlSem); in QMgr_init_control_set()
H A DQMUtil.c248 QueueControl_t *queue_p; in QMgr_get_valid_unit_num() local
272 ret = QMgr_get_chip_for_request(&queue_p, type); in QMgr_get_valid_unit_num()
277 *unitReturn = queue_p->chip; in QMgr_get_valid_unit_num()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qqueue/
H A Dtst_qqueue.cpp70 QQueue<int*> queue_p; in enqueue_dequeue() local
73 QVERIFY(queue_p.empty()); in enqueue_dequeue()
77 queue_p.enqueue(values + i); in enqueue_dequeue()
80 QVERIFY(!queue_p.empty()); in enqueue_dequeue()
85 p = queue_p.head(); in enqueue_dequeue()
89 p = queue_p.dequeue(); in enqueue_dequeue()
94 QVERIFY(queue_p.empty()); in enqueue_dequeue()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/backendsupport/
H A DMakefile.am46 queue_p.h \
H A DMakefile.in489 queue_p.h \
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/st/cw1200/
H A Dwsm.c1619 struct cw1200_queue **queue_p, in wsm_get_tx_queue_and_mask() argument
1653 *queue_p = &priv->tx_queue[idx]; in wsm_get_tx_queue_and_mask()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/st/cw1200/
H A Dwsm.c1619 struct cw1200_queue **queue_p, in wsm_get_tx_queue_and_mask() argument
1653 *queue_p = &priv->tx_queue[idx]; in wsm_get_tx_queue_and_mask()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/st/cw1200/
H A Dwsm.c1619 struct cw1200_queue **queue_p, in wsm_get_tx_queue_and_mask() argument
1653 *queue_p = &priv->tx_queue[idx]; in wsm_get_tx_queue_and_mask()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtrans-mem.c4216 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4221 queue_p->safe_push (node); in maybe_push_queue()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtrans-mem.c4216 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4221 queue_p->safe_push (node); in maybe_push_queue()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtrans-mem.c4227 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4232 queue_p->safe_push (node); in maybe_push_queue()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtrans-mem.c4212 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4217 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c4227 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4232 queue_p->safe_push (node); in maybe_push_queue()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtrans-mem.c4216 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4221 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c4227 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4232 queue_p->safe_push (node); in maybe_push_queue()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtrans-mem.c4214 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4219 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtrans-mem.c4096 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4101 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c4227 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4232 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtrans-mem.c4227 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4232 queue_p->safe_push (node); in maybe_push_queue()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtrans-mem.c3919 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
3924 queue_p->safe_push (node); in maybe_push_queue()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtrans-mem.c4216 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4221 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtrans-mem.c4212 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4217 queue_p->safe_push (node); in maybe_push_queue()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtrans-mem.c4227 cgraph_node_queue *queue_p, bool *in_queue_p) in maybe_push_queue() argument
4232 queue_p->safe_push (node); in maybe_push_queue()

12