/linux-6.1.9/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 150 ring->dequeue = gpd; in gpd_ring_init() 215 if (ring->dequeue < ring->end) in advance_deq_gpd() 216 ring->dequeue++; in advance_deq_gpd() 218 ring->dequeue = ring->start; in advance_deq_gpd() 220 return ring->dequeue; in advance_deq_gpd() 235 return next == ring->dequeue; in gpd_ring_empty() 474 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_tx() 505 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_tx() 514 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_rx() 544 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_rx()
|
/linux-6.1.9/drivers/usb/cdns3/ |
D | cdnsp-ring.c | 150 if (!cdnsp_last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in cdnsp_inc_deq() 151 ring->dequeue++; in cdnsp_inc_deq() 155 if (cdnsp_last_trb_on_ring(ring, ring->deq_seg, ring->dequeue)) in cdnsp_inc_deq() 159 ring->dequeue = ring->deq_seg->trbs; in cdnsp_inc_deq() 164 if (!cdnsp_trb_is_link(ring->dequeue)) { in cdnsp_inc_deq() 165 ring->dequeue++; in cdnsp_inc_deq() 168 while (cdnsp_trb_is_link(ring->dequeue)) { in cdnsp_inc_deq() 170 ring->dequeue = ring->deq_seg->trbs; in cdnsp_inc_deq() 246 num_trbs_in_deq_seg = ring->dequeue - ring->deq_seg->trbs; in cdnsp_room_on_ring() 453 new_deq = ep_ring->dequeue; in cdnsp_find_new_dequeue_state() [all …]
|
D | cdns3-debug.h | 121 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_dbg_ring() 126 priv_ep->dequeue, trb, in cdns3_dbg_ring()
|
D | cdns3-trace.h | 477 __field(u8, dequeue) 489 __entry->dequeue = priv_ep->dequeue; 497 __entry->dequeue, 537 __entry->dequeue_idx = priv_req->priv_ep->dequeue;
|
D | cdns3-gadget.c | 337 cdns3_ep_inc_trb(&priv_ep->dequeue, &priv_ep->ccs, priv_ep->num_trbs); in cdns3_ep_inc_deq() 1443 if (priv_ep->dequeue > priv_req->end_trb) in cdns3_trb_handled() 1446 if (priv_ep->dequeue < priv_req->start_trb) in cdns3_trb_handled() 1451 (priv_ep->dequeue > priv_req->end_trb) && in cdns3_trb_handled() 1452 (priv_ep->dequeue < priv_req->start_trb)) in cdns3_trb_handled() 1456 (priv_ep->dequeue != priv_req->end_trb)) in cdns3_trb_handled() 1459 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_trb_handled() 1464 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_trb_handled() 1473 if (priv_ep->enqueue == priv_ep->dequeue && in cdns3_trb_handled() 1476 } else if (priv_ep->dequeue < current_index) { in cdns3_trb_handled() [all …]
|
D | cdnsp-gadget.c | 495 event = pdev->event_ring->dequeue; in cdnsp_invalidate_ep_events() 548 event = pdev->event_ring->dequeue; in cdnsp_wait_for_cmd_compl() 1193 .dequeue = cdnsp_gadget_ep_dequeue, 1204 .dequeue = cdnsp_gadget_ep_dequeue, 1344 if (event_ring_deq != pdev->event_ring->dequeue) { in cdnsp_update_erst_dequeue() 1346 pdev->event_ring->dequeue); in cdnsp_update_erst_dequeue() 1390 event_ring_deq = pdev->event_ring->dequeue; in cdnsp_consume_all_events() 1392 event = pdev->event_ring->dequeue; in cdnsp_consume_all_events()
|
/linux-6.1.9/net/sched/ |
D | sch_cbs.c | 83 struct sk_buff *(*dequeue)(struct Qdisc *sch); member 165 skb = child->ops->dequeue(child); in cbs_child_dequeue() 243 return q->dequeue(sch); in cbs_dequeue() 261 q->dequeue = cbs_dequeue_soft; in cbs_disable_offload() 304 q->dequeue = cbs_dequeue_offload; in cbs_enable_offload() 426 q->dequeue = cbs_dequeue_soft; in cbs_init() 540 .dequeue = cbs_dequeue,
|
D | sch_fifo.c | 187 .dequeue = qdisc_dequeue_head, 202 .dequeue = qdisc_dequeue_head, 217 .dequeue = qdisc_dequeue_head,
|
D | sch_generic.c | 186 struct sk_buff *nskb = q->dequeue(q); in try_bulk_dequeue_skb() 211 nskb = q->dequeue(q); in try_bulk_dequeue_skb_slow() 292 skb = q->dequeue(q); in dequeue_skb() 644 .dequeue = noop_dequeue, 656 .dequeue = noop_dequeue, 692 .dequeue = noop_dequeue, 908 .dequeue = pfifo_fast_dequeue, 972 sch->dequeue = ops->dequeue; in qdisc_alloc()
|
D | sch_blackhole.c | 32 .dequeue = blackhole_dequeue,
|
D | sch_plug.c | 209 .dequeue = plug_dequeue,
|
D | sch_multiq.c | 106 skb = qdisc->dequeue(qdisc); in multiq_dequeue() 389 .dequeue = multiq_dequeue,
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-ring.c | 164 if (!last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq() 165 ring->dequeue++; in inc_deq() 168 if (last_trb_on_ring(ring, ring->deq_seg, ring->dequeue)) in inc_deq() 171 ring->dequeue = ring->deq_seg->trbs; in inc_deq() 176 if (!trb_is_link(ring->dequeue)) { in inc_deq() 177 if (last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq() 180 ring->dequeue++; in inc_deq() 185 while (trb_is_link(ring->dequeue)) { in inc_deq() 187 ring->dequeue = ring->deq_seg->trbs; in inc_deq() 292 num_trbs_in_deq_seg = ring->dequeue - ring->deq_seg->trbs; in room_on_ring() [all …]
|
D | xhci-dbgcap.c | 509 dbc->ring_evt->dequeue); in xhci_dbc_mem_init() 742 if (ring->dequeue == &ring->deq_seg->trbs[TRBS_PER_SEGMENT - 1]) { in inc_evt_deq() 744 ring->dequeue = ring->deq_seg->trbs; in inc_evt_deq() 747 ring->dequeue++; in inc_evt_deq() 848 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events() 872 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events() 879 dbc->ring_evt->dequeue); in xhci_dbc_do_handle_events()
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | dpio-driver.rst | 16 interfaces to enqueue and dequeue frames to/from network interfaces 34 A. allow other drivers, such as the Ethernet driver, to enqueue and dequeue 75 . . tx confirm> | | dequeue>
|
D | overview.rst | 198 Provides interfaces to enqueue and dequeue 202 enqueue/dequeue packets. To enqueue something a descriptor is written 299 . . tx confirm> | | dequeue> 370 other drivers such as the Ethernet driver to enqueue and dequeue data for 375 - hardware queuing operations (enqueue and dequeue of data) 380 a data availability notification callback. To dequeue a packet 384 and dequeue data.
|
D | ethernet-driver.rst | 80 enqueue| dequeue| data | dequeue| seed | 104 Datapath I/O (DPIO) portals provide enqueue and dequeue services, data
|
/linux-6.1.9/drivers/usb/early/ |
D | xhci-dbc.c | 207 ring->dequeue = seg->trbs; in xdbc_reset_ring() 805 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events() 824 ++(xdbc.evt_ring.dequeue); in xdbc_handle_events() 825 if (xdbc.evt_ring.dequeue == &xdbc.evt_seg.trbs[TRBS_PER_SEGMENT]) { in xdbc_handle_events() 826 xdbc.evt_ring.dequeue = xdbc.evt_seg.trbs; in xdbc_handle_events() 830 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events() 836 xdbc_write64(__pa(xdbc.evt_ring.dequeue), &xdbc.xdbc_reg->erdp); in xdbc_handle_events()
|
D | xhci-dbc.h | 119 struct xdbc_trb *dequeue; member
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | trace.h | 231 __field(u32, dequeue) 242 __entry->dequeue = dep->trb_dequeue; 246 __entry->dequeue, __entry->bph, __entry->bpl,
|
/linux-6.1.9/include/net/sctp/ |
D | stream_sched.h | 37 struct sctp_chunk *(*dequeue)(struct sctp_outq *q); member
|
/linux-6.1.9/block/ |
D | bfq-cgroup.c | 168 bfq_stat_add(&bfqg->stats.dequeue, 1); in bfqg_stats_update_dequeue() 367 bfq_stat_reset(&stats->dequeue); in bfqg_stats_reset() 389 bfq_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux() 450 bfq_stat_exit(&stats->dequeue); in bfqg_stats_exit() 471 bfq_stat_init(&stats->dequeue, gfp) || in bfqg_stats_init() 1423 .private = offsetof(struct bfq_group, stats.dequeue),
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | vidioc-qbuf.rst | 123 Applications call the ``VIDIOC_DQBUF`` ioctl to dequeue a filled 136 dequeue a :ref:`DMABUF <dmabuf>` buffer, the driver fills the ``m.fd`` field 138 when the buffer was enqueued. No new file descriptor is created at dequeue time 175 The driver might dequeue an (empty) buffer despite returning
|
/linux-6.1.9/drivers/bluetooth/ |
D | hci_uart.h | 61 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
|
/linux-6.1.9/net/sctp/ |
D | stream_sched_rr.c | 187 .dequeue = sctp_sched_rr_dequeue,
|