Searched refs:enqueue (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 94 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 D | xhci-mem.c | 250 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info() 252 ring->dequeue = ring->enqueue; in xhci_initialize_ring_info()
|
| H A D | xhci.h | 1011 union xhci_trb *enqueue; member
|
| H A D | xhci.c | 599 virt_dev->eps[ep_index].ring->enqueue; in xhci_set_configuration()
|
| /openbmc/qemu/util/ |
| H A D | rcu.c | 187 static void enqueue(struct rcu_head *node) in enqueue() function 248 enqueue(node); in try_dequeue() 311 enqueue(node); in call_rcu1()
|
| H A D | fdmon-io_uring.c | 102 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 D | gbmc-systemd-config.bb | 17 file://gbmc-enqueue-powercycle.sh \ 82 install -D -m0755 ${UNPACKDIR}/gbmc-enqueue-powercycle.sh ${D}${bindir}/
|
| /openbmc/qemu/hw/intc/ |
| H A D | trace-events | 284 …_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 D | vfio-ap.rst | 63 * NQAP: to enqueue an AP command-request message to a queue
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 5892 + // 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 D | autotools-update.patch | 214 - /* Now enqueue it. */
|