Home
last modified time | relevance | path

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

123456

/linux/drivers/usb/mtu3/
H 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()
227 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty()
230 if (ring->enqueue < ring->end) in gpd_ring_empty()
248 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_tx_gpd()
291 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_rx_gpd()
524 __func__, epnum, gpd, gpd_current, ring->enqueue); in qmu_done_tx()
[all …]
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c194 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in cdnsp_inc_enq()
197 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()
1613 trb = &ring->enqueue->generic; in cdnsp_queue_trb()
1661 while (cdnsp_trb_is_link(ep_ring->enqueue)) { in cdnsp_prepare_ring()
1662 ep_ring->enqueue->link.control |= cpu_to_le32(TRB_CHAIN); in cdnsp_prepare_ring()
1665 ep_ring->enqueue->link.control ^= cpu_to_le32(TRB_CYCLE); in cdnsp_prepare_ring()
1668 if (cdnsp_link_trb_toggles_cycle(ep_ring->enqueue)) in cdnsp_prepare_ring()
[all …]
H A Dcdns3-debug.h128 trb = &priv_ep->trb_pool[priv_ep->enqueue]; in cdns3_dbg_ring()
131 priv_ep->enqueue, trb, in cdns3_dbg_ring()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h584 …8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue);
585 extern u8 rtw_clearstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 enqueue);
588 u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue);
589 …_cmd(struct adapter *padapter, enum ndis_802_11_network_infrastructure networktype, bool enqueue);
602 u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue);
/linux/drivers/usb/host/
H A Dxhci-ring.c236 while (trb_is_link(ring->enqueue)) { in inc_enq_past_link()
248 ring->enqueue->link.control &= cpu_to_le32(~TRB_CHAIN); in inc_enq_past_link()
249 ring->enqueue->link.control |= cpu_to_le32(chain); in inc_enq_past_link()
254 ring->enqueue->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq_past_link()
257 if (link_trb_toggles_cycle(ring->enqueue)) in inc_enq_past_link()
261 ring->enqueue = ring->enq_seg->trbs; in inc_enq_past_link()
288 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
290 if (last_trb_on_seg(ring->enq_seg, ring->enqueue)) { in inc_enq()
295 ring->enqueue++; in inc_enq()
303 if (trb_is_link(ring->enqueue) && (chain || more_trbs_coming)) in inc_enq()
[all …]
H A Dxhci-dbgcap.h177 xhci_trb_virt_to_dma((d)->ring_out->enq_seg, (d)->ring_out->enqueue)
179 xhci_trb_virt_to_dma((d)->ring_in->enq_seg, (d)->ring_in->enqueue)
/linux/net/sched/
H A Dsch_pie.c90 bool enqueue = false; in pie_qdisc_enqueue() local
101 enqueue = true; in pie_qdisc_enqueue()
108 enqueue = true; in pie_qdisc_enqueue()
112 if (enqueue) { in pie_qdisc_enqueue()
556 .enqueue = pie_qdisc_enqueue,
H A Dsch_fifo.c190 .enqueue = pfifo_enqueue,
205 .enqueue = bfifo_enqueue,
220 .enqueue = pfifo_tail_enqueue,
H A Dbpf_qdisc.c42 if (prog->aux->attach_st_ops_member_off == offsetof(struct Qdisc_ops, enqueue)) { in BTF_ID_LIST_SINGLE()
307 [QDISC_OP_IDX(enqueue)] = QDISC_OPS_KF_ENQUEUE,
400 if (!ops->enqueue || !ops->dequeue || !ops->init || in bpf_qdisc_validate()
433 .enqueue = Qdisc_ops__enqueue,
H A Dsch_fq_pie.c138 u8 enqueue = false; in fq_pie_qdisc_enqueue() local
169 enqueue = true; in fq_pie_qdisc_enqueue()
177 enqueue = true; in fq_pie_qdisc_enqueue()
179 if (enqueue) { in fq_pie_qdisc_enqueue()
567 .enqueue = fq_pie_qdisc_enqueue,
H A Dsch_blackhole.c31 .enqueue = blackhole_enqueue,
H A Dsch_generic.c654 .enqueue = noop_enqueue,
666 .enqueue = noop_enqueue,
693 qdisc->enqueue = NULL; in noqueue_init()
701 .enqueue = noop_enqueue,
920 .enqueue = pfifo_fast_enqueue,
982 sch->enqueue = ops->enqueue; in qdisc_alloc()
1286 if (qdisc->enqueue) in dev_deactivate_queue()
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H 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
H 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,
/linux/Documentation/translations/zh_CN/core-api/
H A Dkref.rst158 enqueue(obj);
161 只要做enqueue就可以了。 我们随时欢迎对这个问题的评论::
163 enqueue(obj);
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c189 cdns2_ep_inc_trb(&ring->enqueue, &ring->pcs, TRBS_PER_SEGMENT); in cdns2_ep_inc_enq()
295 pep->wa1_trb_index = pep->ring.enqueue; in cdns2_wa1_update_guard()
333 if ((ring->enqueue + num_trbs) >= (TRBS_PER_SEGMENT - 1)) { in cdns2_prepare_ring()
587 trb = pep->ring.trbs + pep->ring.enqueue; in cdns2_ep_tx_isoc()
608 preq->end_trb = pep->ring.enqueue; in cdns2_ep_tx_isoc()
640 trb = pep->ring.trbs + ring->enqueue; in cdns2_ep_tx_bulk()
643 preq->end_trb = ring->enqueue; in cdns2_ep_tx_bulk()
648 if (ring->enqueue == 0) in cdns2_ep_tx_bulk()
653 (ring->enqueue * TRB_SIZE)); in cdns2_ep_tx_bulk()
684 preq->end_trb = ring->enqueue; in cdns2_ep_tx_bulk()
[all …]
H A Dcdns2-debug.h116 trb = &trbs[ring->enqueue]; in cdns2_raw_ring()
120 ring->enqueue, trb, &dma); in cdns2_raw_ring()
/linux/drivers/usb/early/
H 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/Documentation/userspace-api/media/v4l/
H 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
H 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/tools/testing/selftests/sched_ext/
H A Dselect_cpu_dfl.bpf.c38 .enqueue = (void *) select_cpu_dfl_enqueue,
H A Denq_select_cpu_fails.bpf.c
/linux/Documentation/userspace-api/media/dvb/
H 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/net/sctp/
H A Dstream_sched_fc.c197 .enqueue = sctp_sched_fc_enqueue,
215 .enqueue = sctp_sched_fc_enqueue,
H A Dstream_sched.c100 .enqueue = sctp_sched_fcfs_enqueue,
183 n->enqueue(&asoc->outqueue, msg); in sctp_sched_set_sched()

123456