/Linux-v4.19/net/sched/ |
D | sch_cbs.c | 83 struct sk_buff *(*dequeue)(struct Qdisc *sch); member 163 skb = child->ops->dequeue(child); in cbs_child_dequeue() 230 return q->dequeue(sch); in cbs_dequeue() 248 q->dequeue = cbs_dequeue_soft; in cbs_disable_offload() 291 q->dequeue = cbs_dequeue_offload; in cbs_enable_offload() 365 q->dequeue = cbs_dequeue_soft; in cbs_init() 479 .dequeue = cbs_dequeue,
|
D | sch_fifo.c | 108 .dequeue = qdisc_dequeue_head, 122 .dequeue = qdisc_dequeue_head, 136 .dequeue = qdisc_dequeue_head,
|
D | sch_generic.c | 177 struct sk_buff *nskb = q->dequeue(q); in try_bulk_dequeue_skb() 202 nskb = q->dequeue(q); in try_bulk_dequeue_skb_slow() 277 skb = q->dequeue(q); in dequeue_skb() 556 .dequeue = noop_dequeue, 568 .dequeue = noop_dequeue, 593 .dequeue = noop_dequeue, 788 .dequeue = pfifo_fast_dequeue, 870 sch->dequeue = ops->dequeue; in qdisc_alloc()
|
D | sch_blackhole.c | 36 .dequeue = blackhole_dequeue,
|
D | sch_plug.c | 216 .dequeue = plug_dequeue,
|
D | sch_multiq.c | 117 skb = qdisc->dequeue(qdisc); in multiq_dequeue() 402 .dequeue = multiq_dequeue,
|
D | sch_red.c | 122 skb = child->dequeue(child); in red_dequeue() 428 .dequeue = red_dequeue,
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 118 ring->dequeue = gpd; in gpd_ring_init() 204 if (ring->dequeue < ring->end) in advance_deq_gpd() 205 ring->dequeue++; in advance_deq_gpd() 207 ring->dequeue = ring->start; in advance_deq_gpd() 209 return ring->dequeue; in advance_deq_gpd() 224 return next == ring->dequeue; in gpd_ring_empty() 464 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_tx() 494 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_tx() 503 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_rx() 532 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_rx()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 160 if (!last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq() 161 ring->dequeue++; in inc_deq() 164 if (last_trb_on_ring(ring, ring->deq_seg, ring->dequeue)) in inc_deq() 167 ring->dequeue = ring->deq_seg->trbs; in inc_deq() 172 if (!trb_is_link(ring->dequeue)) { in inc_deq() 173 ring->dequeue++; in inc_deq() 176 while (trb_is_link(ring->dequeue)) { in inc_deq() 178 ring->dequeue = ring->deq_seg->trbs; in inc_deq() 268 num_trbs_in_deq_seg = ring->dequeue - ring->deq_seg->trbs; in room_on_ring() 331 if ((xhci->cmd_ring->dequeue != xhci->cmd_ring->enqueue) && in xhci_handle_stopped_cmd_ring() [all …]
|
D | xhci-dbgcap.c | 417 dbc->ring_evt->dequeue); in xhci_dbc_mem_init() 748 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events() 771 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events() 778 dbc->ring_evt->dequeue); in xhci_dbc_do_handle_events()
|
/Linux-v4.19/Documentation/networking/dpaa2/ |
D | dpio-driver.rst | 15 interfaces to enqueue and dequeue frames to/from network interfaces 30 A) allow other drivers, such as the Ethernet driver, to enqueue and dequeue 71 . . tx confirm> | | dequeue>
|
D | overview.rst | 197 Provides interfaces to enqueue and dequeue 201 enqueue/dequeue packets. To enqueue something a descriptor is written 298 . . tx confirm> | | dequeue> 369 other drivers such as the Ethernet driver to enqueue and dequeue data for 374 - hardware queuing operations (enqueue and dequeue of data) 379 a data availability notification callback. To dequeue a packet 383 and dequeue data.
|
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.c | 206 ring->dequeue = seg->trbs; in xdbc_reset_ring() 808 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events() 827 ++(xdbc.evt_ring.dequeue); in xdbc_handle_events() 828 if (xdbc.evt_ring.dequeue == &xdbc.evt_seg.trbs[TRBS_PER_SEGMENT]) { in xdbc_handle_events() 829 xdbc.evt_ring.dequeue = xdbc.evt_seg.trbs; in xdbc_handle_events() 833 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events() 839 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-v4.19/block/ |
D | bfq-cgroup.c | 101 blkg_stat_add(&bfqg->stats.dequeue, 1); in bfqg_stats_update_dequeue() 294 blkg_stat_reset(&stats->dequeue); in bfqg_stats_reset() 316 blkg_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux() 375 blkg_stat_exit(&stats->dequeue); in bfqg_stats_exit() 392 blkg_stat_init(&stats->dequeue, gfp) || in bfqg_stats_init() 1167 .private = offsetof(struct bfq_group, stats.dequeue),
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/ |
D | ethernet-driver.rst | 79 enqueue| dequeue| data | dequeue| seed | 103 Datapath I/O (DPIO) portals provide enqueue and dequeue services, data
|
/Linux-v4.19/include/net/sctp/ |
D | stream_sched.h | 50 struct sctp_chunk *(*dequeue)(struct sctp_outq *q); member
|
/Linux-v4.19/drivers/bluetooth/ |
D | hci_uart.h | 76 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
|
D | hci_h4.c | 156 .dequeue = h4_dequeue,
|
D | hci_ath.c | 268 .dequeue = ath_dequeue,
|
/Linux-v4.19/include/net/ |
D | sch_generic.h | 58 struct sk_buff * (*dequeue)(struct Qdisc *sch); member 204 struct sk_buff * (*dequeue)(struct Qdisc *); member 938 skb = sch->dequeue(sch); in qdisc_peek_dequeued() 961 skb = sch->dequeue(sch); in qdisc_dequeue_peeked()
|
/Linux-v4.19/net/sctp/ |
D | stream_sched_rr.c | 197 .dequeue = sctp_sched_rr_dequeue,
|
/Linux-v4.19/drivers/soc/fsl/qbman/ |
D | Kconfig | 18 dequeue frames in order to communicate.
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-qbuf.rst | 53 Applications call the ``DMX_DQBUF`` ioctl to dequeue a filled
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-qbuf.rst | 101 Applications call the ``VIDIOC_DQBUF`` ioctl to dequeue a filled 144 The driver might dequeue an (empty) buffer despite returning
|