Searched refs:queue (Results 1 - 25 of 1368) sorted by path

1234567891011>>

/linux-master/arch/mips/cavium-octeon/executive/
H A DMakefile13 obj-y += cvmx-pko.o cvmx-spi.o cvmx-cmd-queue.o \
H A Dcvmx-helper-util.c84 * Setup Random Early Drop on a specific input queue
86 * @queue: Input queue to setup RED on (0-7)
95 static int cvmx_helper_setup_red_queue(int queue, int pass_thresh, argument
107 cvmx_write_csr(CVMX_IPD_QOSX_RED_MARKS(queue), red_marks.u64);
109 /* Use the actual queue 0 counter, not the average */
116 cvmx_write_csr(CVMX_IPD_RED_QUEX_PARAM(queue), red_param.u64);
136 int queue; local
151 for (queue = 0; queue <
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h1176 uint64_t queue:7; member in struct:cvmx_pko_mem_queue_ptrs::cvmx_pko_mem_queue_ptrs_s
1178 uint64_t queue:7;
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-etsec2-0.dtsi55 queue-group@b0000 {
H A Dpq3-etsec2-1.dtsi55 queue-group@b1000 {
H A Dpq3-etsec2-2.dtsi54 queue-group@b2000 {
H A Dpq3-etsec2-grp2-0.dtsi36 queue-group@b4000 {
H A Dpq3-etsec2-grp2-1.dtsi36 queue-group@b5000 {
H A Dpq3-etsec2-grp2-2.dtsi36 queue-group@b6000 {
/linux-master/arch/powerpc/include/asm/
H A Dfsl_hcalls.h483 * @queue id:
484 * 0 for guest error event queue
485 * 1 for global error event queue
492 static inline unsigned int fh_err_get_info(int queue, uint32_t *bufsize, argument
503 r3 = queue;
/linux-master/drivers/atm/
H A Dnicstar.h689 volatile int count; /* number of buffers in the queue */
690 struct sk_buff_head queue; member in struct:skb_pool
726 volatile int efbie; /* Empty free buf. queue int. enabled */
744 u32 rawch; /* Raw cell queue head */
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf.h12 /* Default command queue length */
52 spinlock_t lock; /* command queue lock */
53 u32 idx; /* Command queue host write idx */
55 struct command_chunk *qhead; /* Command queue head, instructions
63 u32 qchunksize; /* Command queue chunk size */
64 struct command_queue queue[CPT_NUM_QS_PER_VF]; member in struct:command_qinfo
77 struct pending_entry *head; /* head of the queue */
87 struct pending_queue queue[CPT_NUM_QS_PER_VF]; member in struct:pending_qinfo
91 for (i = 0, q = &qinfo->queue[i]; i < qinfo->nr_queues; i++, \
92 q = &qinfo->queue[
[all...]
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_deflate.c120 u32 queue; local
127 queue = zip_load_instr(zip_cmd, zip_dev);
146 zip_update_cmd_bufs(zip_dev, queue);
H A Dzip_device.c50 * zip_cmd_queue_consumed - Calculates the space consumed in the command queue.
53 * @queue: Queue number
55 * Return: Bytes consumed in the command queue buffer.
57 static inline u32 zip_cmd_queue_consumed(struct zip_device *zip_dev, int queue) argument
59 return ((zip_dev->iq[queue].sw_head - zip_dev->iq[queue].sw_tail) *
64 * zip_load_instr - Submits the instruction into the ZIP command queue
69 * This function copies the ZIP instruction to the command queue and rings the
71 * queue is maintained in a circular fashion. When there is space for exactly
72 * one instruction in the queue, nex
81 u32 queue = 0; local
175 zip_update_cmd_bufs(struct zip_device *zip_dev, u32 queue) argument
[all...]
H A Dzip_inflate.c133 u32 queue; local
140 /* Load inflate command to zip queue and ring the doorbell */
141 queue = zip_load_instr(zip_cmd, zip_dev);
169 zip_update_cmd_bufs(zip_dev, queue);
173 zip_update_cmd_bufs(zip_dev, queue);
H A Dzip_main.h63 /* Command queue buffer size */
117 void zip_update_cmd_bufs(struct zip_device *zip_dev, u32 queue);
/linux-master/drivers/dma/
H A Dtxx9dmac.h173 struct list_head queue; member in struct:txx9dmac_chan
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsi.h30 u32 me, u32 pipe, u32 queue, u32 vmid);
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_fence.c6 struct dma_fence *v3d_fence_create(struct v3d_dev *v3d, enum v3d_queue queue) argument
15 fence->queue = queue;
16 fence->seqno = ++v3d->queue[queue].emit_seqno;
18 v3d->queue[queue].fence_context, fence->seqno);
32 switch (f->queue) {
/linux-master/drivers/hsi/clients/
H A Dhsi_char.c75 * @rx_wait: RX requests wait queue
76 * @tx_wait: TX requests wait queue
117 struct list_head *queue)
122 list_add_tail(&msg->link, queue);
127 struct list_head *queue)
134 if (list_empty(queue))
137 msg = list_first_entry(queue, struct hsi_msg, link);
116 hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, struct list_head *queue) argument
126 hsc_get_first_msg(struct hsc_channel *channel, struct list_head *queue) argument
/linux-master/drivers/i2c/busses/
H A Di2c-octeon-core.h102 wait_queue_head_t queue; member in struct:octeon_i2c
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c77 return srq->queue.direct.buf + (n << srq->wqe_shift);
79 return srq->queue.page_list[(n << srq->wqe_shift) >> PAGE_SHIFT].buf +
149 mthca_buf_free(dev, srq->max << srq->wqe_shift, &srq->queue,
171 &srq->queue, &srq->is_direct, pd, 1, &srq->mr);
/linux-master/drivers/media/pci/cx18/
H A DMakefile3 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c199 list_add_tail(&buf->queue, &q->active);
207 queue);
209 list_add_tail(&buf->queue, &q->active);
222 struct cx23885_buffer, queue);
238 struct cx23885_buffer, queue);
240 list_del(&buf->queue);
/linux-master/drivers/media/pci/ivtv/
H A DMakefile5 ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \

Completed in 258 milliseconds

1234567891011>>