/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3_qmu.c | 117 ring->enqueue = gpd; in gpd_ring_init() 194 if (ring->enqueue < ring->end) in advance_enq_gpd() 195 ring->enqueue++; in advance_enq_gpd() 197 ring->enqueue = ring->start; in advance_enq_gpd() 199 return ring->enqueue; in advance_enq_gpd() 215 struct qmu_gpd *enq = ring->enqueue; in gpd_ring_empty() 218 if (ring->enqueue < ring->end) in gpd_ring_empty() 236 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_tx_gpd() 275 struct qmu_gpd *gpd = ring->enqueue; in mtu3_prepare_rx_gpd() 475 __func__, epnum, gpd, gpd_current, ring->enqueue); in qmu_done_tx() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_cmd.h | 306 u8 enqueue); 309 bool enqueue); 316 u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue); 319 u8 rtw_antenna_select_cmd(struct adapter *padapter, u8 antenna, u8 enqueue); 326 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue);
|
/Linux-v4.19/net/sched/ |
D | sch_cbs.c | 81 int (*enqueue)(struct sk_buff *skb, struct Qdisc *sch, member 93 err = child->ops->enqueue(skb, child, to_free); in cbs_child_enqueue() 134 return q->enqueue(skb, sch, to_free); in cbs_enqueue() 247 q->enqueue = cbs_enqueue_soft; in cbs_disable_offload() 290 q->enqueue = cbs_enqueue_offload; in cbs_enable_offload() 364 q->enqueue = cbs_enqueue_soft; in cbs_init() 478 .enqueue = cbs_enqueue,
|
D | sch_fifo.c | 107 .enqueue = pfifo_enqueue, 121 .enqueue = bfifo_enqueue, 135 .enqueue = pfifo_tail_enqueue,
|
D | sch_pie.c | 142 bool enqueue = false; in pie_qdisc_enqueue() local 150 enqueue = true; in pie_qdisc_enqueue() 157 enqueue = true; in pie_qdisc_enqueue() 161 if (enqueue) { in pie_qdisc_enqueue() 544 .enqueue = pie_qdisc_enqueue,
|
D | sch_blackhole.c | 35 .enqueue = blackhole_enqueue,
|
D | sch_generic.c | 555 .enqueue = noop_enqueue, 567 .enqueue = noop_enqueue, 584 qdisc->enqueue = NULL; in noqueue_init() 592 .enqueue = noop_enqueue, 787 .enqueue = pfifo_fast_enqueue, 869 sch->enqueue = ops->enqueue; in qdisc_alloc()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_cmd.h | 836 …8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue); 837 extern u8 rtw_clearstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 enqueue); 840 u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue); 841 …_cmd(struct adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype, bool enqueue); 855 u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue); 864 extern u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig);
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-qbuf.rst | 38 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
|
D | mmap.rst | 218 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 :ref:`VIDIOC_QBUF` 276 Random enqueue order permits applications processing images out of
|
/Linux-v4.19/drivers/staging/most/i2c/ |
D | i2c.c | 120 static int enqueue(struct most_interface *most_iface, in enqueue() function 316 dev->most_iface.enqueue = enqueue; in i2c_probe()
|
/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 70 . . <data avail, | |<enqueue,
|
D | overview.rst | 197 Provides interfaces to enqueue and dequeue 201 enqueue/dequeue packets. To enqueue something a descriptor is written 204 CPUs to simultaneously perform enqueue/dequeued operations. DPIOs are 297 . . <data avail, | | <enqueue, 369 other drivers such as the Ethernet driver to enqueue and dequeue data for 374 - hardware queuing operations (enqueue and dequeue of data) 382 performance, allowing different CPUs to simultaneously enqueue
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 484 u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue) /* for sta_mode … in rtw_disassoc_cmd() argument 501 if (enqueue) { in rtw_disassoc_cmd() 588 u8 rtw_clearstakey_cmd(struct adapter *padapter, u8 *psta, u8 entry, u8 enqueue) in rtw_clearstakey_cmd() argument 597 if (!enqueue) { in rtw_clearstakey_cmd() 705 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue) in rtw_set_chplan_cmd() argument 729 if (enqueue) { in rtw_set_chplan_cmd() 878 u8 rtw_lps_ctrl_wk_cmd(struct adapter *padapter, u8 lps_ctrl_type, u8 enqueue) in rtw_lps_ctrl_wk_cmd() argument 886 if (enqueue) { in rtw_lps_ctrl_wk_cmd() 957 u8 rtw_antenna_select_cmd(struct adapter *padapter, u8 antenna, u8 enqueue) in rtw_antenna_select_cmd() argument 969 if (enqueue) { in rtw_antenna_select_cmd()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 210 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq() 212 if (!trb_is_link(ring->enqueue)) in inc_enq() 214 next = ++(ring->enqueue); in inc_enq() 248 ring->enqueue = ring->enq_seg->trbs; in inc_enq() 249 next = ring->enqueue; in inc_enq() 331 if ((xhci->cmd_ring->dequeue != xhci->cmd_ring->enqueue) && in xhci_handle_stopped_cmd_ring() 2746 trb = &ring->enqueue->generic; in queue_trb() 2813 while (trb_is_link(ep_ring->enqueue)) { in prepare_ring() 2820 ep_ring->enqueue->link.control &= in prepare_ring() 2823 ep_ring->enqueue->link.control |= in prepare_ring() [all …]
|
D | xhci-dbgcap.h | 161 xhci_trb_virt_to_dma((d)->ring_out->enq_seg, (d)->ring_out->enqueue) 163 xhci_trb_virt_to_dma((d)->ring_in->enq_seg, (d)->ring_in->enqueue)
|
D | xhci-dbgcap.c | 223 trb = ring->enqueue; in xhci_dbc_queue_trb() 232 next = ++(ring->enqueue); in xhci_dbc_queue_trb() 235 ring->enqueue = ring->enq_seg->trbs; in xhci_dbc_queue_trb() 256 trb = ring->enqueue; in xhci_dbc_queue_bulk_tx() 266 req->trb = ring->enqueue; in xhci_dbc_queue_bulk_tx() 267 req->trb_dma = xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in xhci_dbc_queue_bulk_tx()
|
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.c | 205 ring->enqueue = seg->trbs; in xdbc_reset_ring() 393 trb = ring->enqueue; in xdbc_queue_trb() 399 ++(ring->enqueue); in xdbc_queue_trb() 400 if (ring->enqueue >= &ring->segment->trbs[TRBS_PER_SEGMENT - 1]) { in xdbc_queue_trb() 401 link_trb = ring->enqueue; in xdbc_queue_trb() 407 ring->enqueue = ring->segment->trbs; in xdbc_queue_trb() 486 trb = ring->enqueue; in xdbc_bulk_transfer()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-qbuf.rst | 38 Applications call the ``DMX_QBUF`` ioctl to enqueue an empty 42 To enqueue a buffer applications set the ``index`` field. Valid index
|
/Linux-v4.19/net/sctp/ |
D | stream_sched.c | 115 .enqueue = sctp_sched_fcfs_enqueue, 191 n->enqueue(&asoc->outqueue, msg); in sctp_sched_set_sched()
|
/Linux-v4.19/include/net/sctp/ |
D | stream_sched.h | 48 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg); member
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 611 goto enqueue; in rtw_hal_xmit() 614 goto enqueue; in rtw_hal_xmit() 618 goto enqueue; in rtw_hal_xmit() 638 enqueue: in rtw_hal_xmit()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_gsc.c | 607 bool enqueue) in gsc_src_set_buf_seq() argument 609 bool masked = !enqueue; in gsc_src_set_buf_seq() 920 bool enqueue) in gsc_dst_set_buf_seq() argument 922 bool masked = !enqueue; in gsc_dst_set_buf_seq() 937 if (enqueue && gsc_dst_get_buf_seq(ctx) >= GSC_BUF_START) in gsc_dst_set_buf_seq() 941 if (!enqueue && gsc_dst_get_buf_seq(ctx) <= GSC_BUF_STOP) in gsc_dst_set_buf_seq()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_cmd.c | 926 u8 rtw_disassoc_cmd(struct adapter *padapter, u32 deauth_timeout_ms, bool enqueue) /* for sta_mode … in rtw_disassoc_cmd() argument 943 if (enqueue) { in rtw_disassoc_cmd() 964 …e_cmd(struct adapter *padapter, enum NDIS_802_11_NETWORK_INFRASTRUCTURE networktype, bool enqueue) in rtw_setopmode_cmd() argument 980 if (enqueue) { in rtw_setopmode_cmd() 998 u8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue) in rtw_setstakey_cmd() argument 1032 if (enqueue) { in rtw_setstakey_cmd() 1060 u8 rtw_clearstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 enqueue) in rtw_clearstakey_cmd() argument 1069 if (!enqueue) { in rtw_clearstakey_cmd() 1253 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig) in rtw_set_chplan_cmd() argument 1283 if (enqueue) { in rtw_set_chplan_cmd() [all …]
|
/Linux-v4.19/drivers/input/serio/ |
D | hp_sdc_mlc.c | 261 goto enqueue; in hp_sdc_mlc_out() 298 enqueue: in hp_sdc_mlc_out()
|