Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c94 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
95 next = ++(ring->enqueue); in inc_enq()
133 ring->enqueue = ring->enq_seg->trbs; in inc_enq()
134 next = ring->enqueue; in inc_enq()
188 trb = &ring->enqueue->generic; in queue_trb()
212 union xhci_trb *next = ep_ring->enqueue; in prepare_ring()
253 ep_ring->enqueue = ep_ring->enq_seg->trbs; in prepare_ring()
254 next = ep_ring->enqueue; in prepare_ring()
507 xhci_queue_command(ctrl, (void *)((uintptr_t)ring->enqueue | in abort_td()
630 start_trb = &ring->enqueue->generic; in xhci_bulk_tx()
[all …]
H A Dxhci-mem.c250 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()
252 ring->dequeue = ring->enqueue; in xhci_initialize_ring_info()
H A Dxhci.h1011 union xhci_trb *enqueue; member
H A Dxhci.c599 virt_dev->eps[ep_index].ring->enqueue; in xhci_set_configuration()
/openbmc/qemu/util/
H A Drcu.c187 static void enqueue(struct rcu_head *node) in enqueue() function
248 enqueue(node); in try_dequeue()
311 enqueue(node); in call_rcu1()
H A Dfdmon-io_uring.c102 static void enqueue(AioHandlerSList *head, AioHandler *node, unsigned flags) in enqueue() function
140 enqueue(&ctx->submit_list, new_node, FDMON_IO_URING_ADD); in fdmon_io_uring_update()
165 enqueue(&ctx->submit_list, old_node, FDMON_IO_URING_REMOVE); in fdmon_io_uring_update()
/openbmc/openbmc/meta-google/recipes-google/systemd/
H A Dgbmc-systemd-config.bb17 file://gbmc-enqueue-powercycle.sh \
82 install -D -m0755 ${UNPACKDIR}/gbmc-enqueue-powercycle.sh ${D}${bindir}/
/openbmc/qemu/hw/intc/
H A Dtrace-events284 …_notify(uint8_t end_blk, uint32_t end_idx, uint32_t end_data) "END 0x%02x/0x%04x -> enqueue 0x%08x"
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst63 * NQAP: to enqueue an AP command-request message to a queue
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch5892 + // Calling enqueue with an empty pkt starts drain
5932 - /* if EAGAIN don't unref packet and try to enqueue in the next iteration */
5955 + av_log(avctx, AV_LOG_ERROR, "Packet enqueue failure: err=%d\n", ret);
6015 + // we have nothing to enqueue then return now. rv will be AVERROR(EAGAIN)
6029 + // (b) enqueue returned a status indicating that decode should be attempted
6083 + // Continue trying to enqueue packets if either
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch214 - /* Now enqueue it. */