Home
last modified time | relevance | path

Searched refs:enqueue (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_algs_send.c61 goto enqueue; in qat_alg_send_message_maybacklog()
65 goto enqueue; in qat_alg_send_message_maybacklog()
69 goto enqueue; in qat_alg_send_message_maybacklog()
73 enqueue: in qat_alg_send_message_maybacklog()
/linux-6.3-rc2/drivers/usb/mtu3/
A Dmtu3_qmu.c149 ring->enqueue = gpd; in gpd_ring_init()
205 if (ring->enqueue < ring->end) in advance_enq_gpd()
206 ring->enqueue++; in advance_enq_gpd()
208 ring->enqueue = ring->start; in advance_enq_gpd()
210 return ring->enqueue; in advance_enq_gpd()
226 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty()
229 if (ring->enqueue < ring->end) in gpd_ring_empty()
247 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_tx_gpd()
290 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_rx_gpd()
512 __func__, epnum, ring->dequeue, ring->enqueue); in qmu_done_tx()
[all …]
/linux-6.3-rc2/net/sched/
A Dsch_cbs.c81 int (*enqueue)(struct sk_buff *skb, struct Qdisc *sch, member
95 err = child->ops->enqueue(skb, child, to_free); in cbs_child_enqueue()
136 return q->enqueue(skb, sch, to_free); in cbs_enqueue()
260 q->enqueue = cbs_enqueue_soft; in cbs_disable_offload()
303 q->enqueue = cbs_enqueue_offload; in cbs_enable_offload()
425 q->enqueue = cbs_enqueue_soft; in cbs_init()
539 .enqueue = cbs_enqueue,
A Dsch_pie.c89 bool enqueue = false; in pie_qdisc_enqueue() local
98 enqueue = true; in pie_qdisc_enqueue()
105 enqueue = true; in pie_qdisc_enqueue()
109 if (enqueue) { in pie_qdisc_enqueue()
545 .enqueue = pie_qdisc_enqueue,
A Dsch_fifo.c186 .enqueue = pfifo_enqueue,
201 .enqueue = bfifo_enqueue,
216 .enqueue = pfifo_tail_enqueue,
A Dsch_fq_pie.c135 u8 enqueue = false; in fq_pie_qdisc_enqueue() local
164 enqueue = true; in fq_pie_qdisc_enqueue()
172 enqueue = true; in fq_pie_qdisc_enqueue()
174 if (enqueue) { in fq_pie_qdisc_enqueue()
536 .enqueue = fq_pie_qdisc_enqueue,
A Dsch_blackhole.c31 .enqueue = blackhole_enqueue,
A Dsch_generic.c643 .enqueue = noop_enqueue,
655 .enqueue = noop_enqueue,
683 qdisc->enqueue = NULL; in noqueue_init()
691 .enqueue = noop_enqueue,
907 .enqueue = pfifo_fast_enqueue,
971 sch->enqueue = ops->enqueue; in qdisc_alloc()
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Drtw_cmd.h588 …8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue);
589 extern u8 rtw_clearstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 enqueue);
592 u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue);
593 …_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype, bool enqueue);
606 u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue);
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdnsp-ring.c197 if (!cdnsp_trb_is_link(ring->enqueue)) in cdnsp_inc_enq()
199 next = ++(ring->enqueue); in cdnsp_inc_enq()
225 ring->enqueue = ring->enq_seg->trbs; in cdnsp_inc_enq()
226 next = ring->enqueue; in cdnsp_inc_enq()
1605 trb = &ring->enqueue->generic; in cdnsp_queue_trb()
1695 preq->td.first_trb = ep_ring->enqueue; in cdnsp_prepare_transfer()
1909 start_trb = &ring->enqueue->generic; in cdnsp_queue_bulk_tx()
1959 preq->td.last_trb = ring->enqueue; in cdnsp_queue_bulk_tx()
2077 preq->td.last_trb = ep_ring->enqueue; in cdnsp_queue_ctrl_tx()
2350 preq->td.last_trb = ep_ring->enqueue; in cdnsp_queue_isoc_tx()
[all …]
A Dcdns3-debug.h129 trb = &priv_ep->trb_pool[priv_ep->enqueue]; in cdns3_dbg_ring()
132 priv_ep->enqueue, trb, in cdns3_dbg_ring()
A Dcdns3-trace.h476 __field(u8, enqueue)
488 __entry->enqueue = priv_ep->enqueue;
496 __entry->maxburst, __entry->enqueue,
538 __entry->enqueue_idx = priv_req->priv_ep->enqueue;
/linux-6.3-rc2/drivers/usb/host/
A Dxhci-ring.c225 if (!trb_is_link(ring->enqueue)) in inc_enq()
233 next = ++(ring->enqueue); in inc_enq()
267 ring->enqueue = ring->enq_seg->trbs; in inc_enq()
268 next = ring->enqueue; in inc_enq()
604 new_deq = ep_ring->enqueue; in xhci_move_dequeue_past_td()
3125 trb = &ring->enqueue->generic; in queue_trb()
3203 ep_ring->enqueue->link.control &= in prepare_ring()
3206 ep_ring->enqueue->link.control |= in prepare_ring()
3278 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3618 td->last_trb = ring->enqueue; in xhci_queue_bulk_tx()
[all …]
A Dxhci-dbgcap.h167 xhci_trb_virt_to_dma((d)->ring_out->enq_seg, (d)->ring_out->enqueue)
169 xhci_trb_virt_to_dma((d)->ring_in->enq_seg, (d)->ring_in->enqueue)
/linux-6.3-rc2/drivers/staging/most/i2c/
A Di2c.c119 static int enqueue(struct most_interface *most_iface, in enqueue() function
315 dev->most_iface.enqueue = enqueue; in i2c_probe()
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Ddpio-driver.rst16 interfaces to enqueue and dequeue frames to/from network interfaces
34 A. allow other drivers, such as the Ethernet driver, to enqueue and dequeue
74 . . <data avail, | |<enqueue,
A Doverview.rst198 Provides interfaces to enqueue and dequeue
202 enqueue/dequeue packets. To enqueue something a descriptor is written
205 CPUs to simultaneously perform enqueue/dequeued operations. DPIOs are
298 . . <data avail, | | <enqueue,
370 other drivers such as the Ethernet driver to enqueue and dequeue data for
375 - hardware queuing operations (enqueue and dequeue of data)
383 performance, allowing different CPUs to simultaneously enqueue
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dkref.rst158 enqueue(obj);
161 只要做enqueue就可以了。 我们随时欢迎对这个问题的评论::
163 enqueue(obj);
/linux-6.3-rc2/drivers/usb/early/
A Dxhci-dbc.c206 ring->enqueue = seg->trbs; in xdbc_reset_ring()
394 trb = ring->enqueue; in xdbc_queue_trb()
400 ++(ring->enqueue); in xdbc_queue_trb()
401 if (ring->enqueue >= &ring->segment->trbs[TRBS_PER_SEGMENT - 1]) { in xdbc_queue_trb()
402 link_trb = ring->enqueue; in xdbc_queue_trb()
408 ring->enqueue = ring->segment->trbs; in xdbc_queue_trb()
487 trb = ring->enqueue; in xdbc_bulk_transfer()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dmmap.rst218 applications can enqueue in advance, or dequeue and process. They can
219 also enqueue in a different order than buffers have been dequeued, and
225 driver. For capturing applications it is customary to first enqueue all
229 applications fill and enqueue buffers, when enough buffers are stacked
234 To enqueue and dequeue a buffer applications use the
276 Random enqueue order permits applications processing images out of
A Dvidioc-qbuf.rst38 Applications call the ``VIDIOC_QBUF`` ioctl to enqueue an empty
42 To enqueue a buffer applications set the ``type`` field of a struct
63 To enqueue a :ref:`memory mapped <mmap>` buffer applications set the
70 To enqueue a :ref:`user pointer <userp>` buffer applications set the
85 To enqueue a :ref:`DMABUF <dmabuf>` buffer applications set the
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Ddmx-qbuf.rst40 Applications call the ``DMX_QBUF`` ioctl to enqueue an empty
44 To enqueue a buffer applications set the ``index`` field. Valid index
/linux-6.3-rc2/net/sctp/
A Dstream_sched.c100 .enqueue = sctp_sched_fcfs_enqueue,
180 n->enqueue(&asoc->outqueue, msg); in sctp_sched_set_sched()
/linux-6.3-rc2/drivers/usb/dwc3/
A Dtrace.h230 __field(u32, enqueue)
241 __entry->enqueue = dep->trb_enqueue;
245 __get_str(name), __entry->trb, __entry->enqueue,
/linux-6.3-rc2/include/net/sctp/
A Dstream_sched.h33 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg); member

Completed in 66 milliseconds

123456