Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/drivers/usb/mtu3/
Dmtu3_qmu.c150 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()
469 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_tx()
500 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_tx()
509 struct qmu_gpd *gpd = ring->dequeue; in qmu_done_rx()
539 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_rx()
/Linux-v5.4/net/sched/
Dsch_cbs.c82 struct sk_buff *(*dequeue)(struct Qdisc *sch); member
164 skb = child->ops->dequeue(child); in cbs_child_dequeue()
232 return q->dequeue(sch); in cbs_dequeue()
250 q->dequeue = cbs_dequeue_soft; in cbs_disable_offload()
293 q->dequeue = cbs_dequeue_offload; in cbs_enable_offload()
415 q->dequeue = cbs_dequeue_soft; in cbs_init()
535 .dequeue = cbs_dequeue,
Dsch_fifo.c104 .dequeue = qdisc_dequeue_head,
118 .dequeue = qdisc_dequeue_head,
132 .dequeue = qdisc_dequeue_head,
Dsch_generic.c160 struct sk_buff *nskb = q->dequeue(q); in try_bulk_dequeue_skb()
185 nskb = q->dequeue(q); in try_bulk_dequeue_skb_slow()
263 skb = q->dequeue(q); in dequeue_skb()
543 .dequeue = noop_dequeue,
555 .dequeue = noop_dequeue,
592 .dequeue = noop_dequeue,
790 .dequeue = pfifo_fast_dequeue,
861 sch->dequeue = ops->dequeue; in qdisc_alloc()
Dsch_blackhole.c32 .dequeue = blackhole_dequeue,
Dsch_taprio.c78 struct sk_buff *(*dequeue)(struct Qdisc *sch); member
553 skb = child->ops->dequeue(child); in taprio_dequeue_soft()
585 skb = child->ops->dequeue(child); in taprio_dequeue_soft()
616 skb = child->ops->dequeue(child); in taprio_dequeue_offload()
634 return q->dequeue(sch); in taprio_dequeue()
1488 q->dequeue = taprio_dequeue_offload; in taprio_change()
1494 q->dequeue = taprio_dequeue_soft; in taprio_change()
1591 q->dequeue = taprio_dequeue_soft; in taprio_init()
1905 .dequeue = taprio_dequeue,
Dsch_plug.c212 .dequeue = plug_dequeue,
Dsch_multiq.c106 skb = qdisc->dequeue(qdisc); in multiq_dequeue()
398 .dequeue = multiq_dequeue,
Dsch_red.c118 skb = child->dequeue(child); in red_dequeue()
432 .dequeue = red_dequeue,
/Linux-v5.4/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.c416 dbc->ring_evt->dequeue); in xhci_dbc_mem_init()
746 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events()
769 evt = dbc->ring_evt->dequeue; in xhci_dbc_do_handle_events()
776 dbc->ring_evt->dequeue); in xhci_dbc_do_handle_events()
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/
Ddpio-driver.rst15 interfaces to enqueue and dequeue frames to/from network interfaces
31 A. allow other drivers, such as the Ethernet driver, to enqueue and dequeue
72 . . 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.
Dethernet-driver.rst79 enqueue| dequeue| data | dequeue| seed |
103 Datapath I/O (DPIO) portals provide enqueue and dequeue services, data
/Linux-v5.4/drivers/usb/cdns3/
Ddebug.h121 trb = &priv_ep->trb_pool[priv_ep->dequeue]; in cdns3_dbg_ring()
126 priv_ep->dequeue, trb, in cdns3_dbg_ring()
Dtrace.h405 __field(u8, dequeue)
416 __entry->dequeue = priv_ep->dequeue;
423 __entry->dequeue,
463 __entry->dequeue_idx = priv_req->priv_ep->dequeue;
Dgadget.c295 cdns3_ep_inc_trb(&priv_ep->dequeue, &priv_ep->ccs, priv_ep->num_trbs); in cdns3_ep_inc_deq()
305 current_trb = priv_ep->dequeue; in cdns3_move_deq_to_next_trb()
1105 if (doorbell == 1 && current_index == priv_ep->dequeue) in cdns3_request_handled()
1114 if (priv_ep->enqueue == priv_ep->dequeue && in cdns3_request_handled()
1117 } else if (priv_ep->dequeue < current_index) { in cdns3_request_handled()
1119 !priv_ep->dequeue) in cdns3_request_handled()
1122 if (priv_req->end_trb >= priv_ep->dequeue && in cdns3_request_handled()
1125 } else if (priv_ep->dequeue > current_index) { in cdns3_request_handled()
1127 priv_req->end_trb >= priv_ep->dequeue) in cdns3_request_handled()
1148 trb = priv_ep->trb_pool + priv_ep->dequeue; in cdns3_transfer_completed()
[all …]
/Linux-v5.4/drivers/usb/early/
Dxhci-dbc.c206 ring->dequeue = seg->trbs; in xdbc_reset_ring()
801 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
820 ++(xdbc.evt_ring.dequeue); in xdbc_handle_events()
821 if (xdbc.evt_ring.dequeue == &xdbc.evt_seg.trbs[TRBS_PER_SEGMENT]) { in xdbc_handle_events()
822 xdbc.evt_ring.dequeue = xdbc.evt_seg.trbs; in xdbc_handle_events()
826 evt_trb = xdbc.evt_ring.dequeue; in xdbc_handle_events()
832 xdbc_write64(__pa(xdbc.evt_ring.dequeue), &xdbc.xdbc_reg->erdp); in xdbc_handle_events()
Dxhci-dbc.h119 struct xdbc_trb *dequeue; member
/Linux-v5.4/block/
Dbfq-cgroup.c168 bfq_stat_add(&bfqg->stats.dequeue, 1); in bfqg_stats_update_dequeue()
361 bfq_stat_reset(&stats->dequeue); in bfqg_stats_reset()
383 bfq_stat_add_aux(&to->dequeue, &from->dequeue); in bfqg_stats_add_aux()
442 bfq_stat_exit(&stats->dequeue); in bfqg_stats_exit()
459 bfq_stat_init(&stats->dequeue, gfp) || in bfqg_stats_init()
1331 .private = offsetof(struct bfq_group, stats.dequeue),
/Linux-v5.4/include/net/sctp/
Dstream_sched.h35 struct sctp_chunk *(*dequeue)(struct sctp_outq *q); member
/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-qbuf.rst130 Applications call the ``VIDIOC_DQBUF`` ioctl to dequeue a filled
143 dequeue a :ref:`DMABUF <dmabuf>` buffer, the driver fills the ``m.fd`` field
145 when the buffer was enqueued. No new file descriptor is created at dequeue time
183 The driver might dequeue an (empty) buffer despite returning
/Linux-v5.4/drivers/bluetooth/
Dhci_uart.h61 struct sk_buff *(*dequeue)(struct hci_uart *hu); member
/Linux-v5.4/net/sctp/
Dstream_sched_rr.c182 .dequeue = sctp_sched_rr_dequeue,
/Linux-v5.4/include/net/
Dsch_generic.h61 struct sk_buff * (*dequeue)(struct Qdisc *sch); member
245 struct sk_buff * (*dequeue)(struct Qdisc *); member
1079 skb = sch->dequeue(sch); in qdisc_peek_dequeued()
1133 skb = sch->dequeue(sch); in qdisc_dequeue_peeked()

1234567