Home
last modified time | relevance | path

Searched refs:dequeue (Results 1 – 25 of 140) sorted by relevance

123456

/Linux-v4.19/net/sched/
Dsch_cbs.c83 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,
Dsch_fifo.c108 .dequeue = qdisc_dequeue_head,
122 .dequeue = qdisc_dequeue_head,
136 .dequeue = qdisc_dequeue_head,
Dsch_generic.c177 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()
Dsch_blackhole.c36 .dequeue = blackhole_dequeue,
Dsch_plug.c216 .dequeue = plug_dequeue,
Dsch_multiq.c117 skb = qdisc->dequeue(qdisc); in multiq_dequeue()
402 .dequeue = multiq_dequeue,
Dsch_red.c122 skb = child->dequeue(child); in red_dequeue()
428 .dequeue = red_dequeue,
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_qmu.c118 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/
Dxhci-ring.c160 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 …]
Dxhci-dbgcap.c417 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/
Ddpio-driver.rst15 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>
Doverview.rst197 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/
Dxhci-dbc.c206 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()
Dxhci-dbc.h119 struct xdbc_trb *dequeue; member
/Linux-v4.19/block/
Dbfq-cgroup.c101 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/
Dethernet-driver.rst79 enqueue| dequeue| data | dequeue| seed |
103 Datapath I/O (DPIO) portals provide enqueue and dequeue services, data
/Linux-v4.19/include/net/sctp/
Dstream_sched.h50 struct sctp_chunk *(*dequeue)(struct sctp_outq *q); member
/Linux-v4.19/drivers/bluetooth/
Dhci_uart.h76 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
Dhci_h4.c156 .dequeue = h4_dequeue,
Dhci_ath.c268 .dequeue = ath_dequeue,
/Linux-v4.19/include/net/
Dsch_generic.h58 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/
Dstream_sched_rr.c197 .dequeue = sctp_sched_rr_dequeue,
/Linux-v4.19/drivers/soc/fsl/qbman/
DKconfig18 dequeue frames in order to communicate.
/Linux-v4.19/Documentation/media/uapi/dvb/
Ddmx-qbuf.rst53 Applications call the ``DMX_DQBUF`` ioctl to dequeue a filled
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-qbuf.rst101 Applications call the ``VIDIOC_DQBUF`` ioctl to dequeue a filled
144 The driver might dequeue an (empty) buffer despite returning

123456