[go: nahoru, domu]

Searched refs:queued (Results 1 - 25 of 46) sorted by relevance

12

/drivers/soc/ti/
H A DKconfig16 Packets are queued/de-queued by writing/reading descriptor address
/drivers/usb/dwc3/
H A Dgadget.h75 req->queued = true;
/drivers/isdn/pcbit/
H A Dpcbit.h28 unsigned char queued; /* unacked data messages */ member in struct:pcbit_chan
H A Ddrv.c320 chan->queued = 0;
348 if (chan->queued >= MAX_QUEUED)
353 chan->queued);
373 chan->queued++;
509 if (chan->queued == MAX_QUEUED) {
515 chan->queued--;
H A Dlayer2.c280 * deliver a queued frame to the upper layer
349 /* discard previous queued frame */
426 printk("Type 1 frame and no frame queued\n");
469 if (chan->queued) {
470 chan->queued--;
661 * call pcbit_transmit to write possible queued frames
/drivers/dma/
H A Dmpc512x_dma.c211 struct list_head queued; member in struct:mpc_dma_chan
258 * Execute all queued DMA descriptors.
263 * c) mchan->queued list contains at least one entry.
273 while (!list_empty(&mchan->queued)) {
274 mdesc = list_first_entry(&mchan->queued,
350 /* Execute queued descriptors */
352 if (!list_empty(&mchan->queued))
489 list_move_tail(&mdesc->node, &mchan->queued);
491 /* If channel is idle, execute all queued descriptors */
575 BUG_ON(!list_empty(&mchan->queued));
[all...]
H A Dsirf-dma.c66 struct list_head queued; member in struct:sirfsoc_dma_chan
112 /* Execute all queued DMA descriptors */
124 sdesc = list_first_entry(&schan->queued, struct sirfsoc_dma_desc,
126 /* Move the first queued descriptor to active list */
176 /* Execute queued descriptors */
178 if (!list_empty(&schan->queued))
275 list_move_tail(&sdesc->node, &schan->queued);
323 list_splice_tail_init(&schan->queued, &schan->free);
449 BUG_ON(!list_empty(&schan->queued));
473 if (list_empty(&schan->active) && !list_empty(&schan->queued))
[all...]
H A Dnbpfaxi.c193 * @queued: list of queued descriptors
217 struct list_head queued; member in struct:nbpf_channel
586 if (list_empty(&chan->queued))
589 list_splice_tail_init(&chan->queued, &chan->active);
630 list_for_each_entry(desc, &chan->queued, node)
658 list_add_tail(&desc->node, &chan->queued);
826 list_splice_init(&chan->queued, &head);
1034 INIT_LIST_HEAD(&chan->queued);
1238 /* On error: abort all queued transfer
[all...]
/drivers/media/platform/
H A Dfsl-viu.c131 struct list_head queued; member in struct:viu_dmaqueue
353 if (list_empty(&vidq->queued))
355 buf = list_entry(vidq->queued.next, struct viu_buf, vb.queue);
539 if (!list_empty(&vidq->queued)) {
542 dprintk(1, "vidq pointer 0x%p, queued 0x%p\n",
543 vidq, &vidq->queued);
544 dprintk(1, "dev %p, queued: self %p, next %p, head %p\n",
545 dev, &vidq->queued, vidq->queued.next,
546 vidq->queued
[all...]
/drivers/isdn/act2000/
H A Dact2000.h122 short queued; /* User-Data Bytes in TX queue */ member in struct:act2000_chan
H A Dmodule.c432 if ((chan->queued + len) >= ACT2000_MAX_QUEUED)
465 chan->queued += len;
H A Dcapi.c486 chan->queued = 0;
585 * Decrement queued-bytes counter.
609 chan->queued -= m->msg.data_b3_req.datalen;
613 if (chan->queued < 0)
614 chan->queued = 0;
/drivers/tty/serial/
H A Damba-pl011.c142 bool queued; member in struct:pl011_dmatx_data
426 if (uap->dmatx.queued)
440 * a TX buffer completing, we must update the tx queued status to
445 uap->dmatx.queued = false;
465 * 1 if we queued up a TX DMA buffer.
486 uap->dmatx.queued = false;
514 uap->dmatx.queued = false;
523 uap->dmatx.queued = false;
544 uap->dmatx.queued = true;
565 * true if we queued
[all...]
/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c58 /* list of queued apply's: */
61 /* for handling queued and in-progress applies: */
487 /* then handle the next round of of queued apply's: */
492 apply->queued = false;
523 /* no need to queue it again if it is already queued: */
524 if (apply->queued)
527 apply->queued = true;
H A Domap_drv.h63 bool queued; member in struct:omap_drm_apply
/drivers/media/pci/cx25821/
H A Dcx25821-video.c166 if (list_empty(&q->queued))
169 buf = list_entry(q->queued.next, struct cx25821_buffer,
424 if (!list_empty(&q->queued)) {
425 list_add_tail(&buf->vb.queue, &q->queued);
427 dprintk(2, "[%p/%d] buffer_queue - append to queued\n", buf,
455 list_add_tail(&buf->vb.queue, &q->queued);
457 dprintk(2, "[%p/%d] buffer_queue - first queued\n", buf,
1087 INIT_LIST_HEAD(&chan->dma_vidq.queued);
H A Dcx25821.h162 struct list_head queued; member in struct:cx25821_dmaqueue
/drivers/media/usb/au0828/
H A Dau0828.h189 struct list_head queued; member in struct:au0828_dmaqueue
/drivers/mtd/
H A Dftl.c611 int queued, ret; local
618 queued = 0;
629 queued = 1;
649 if (queued) {
/drivers/net/wireless/ath/ath9k/
H A Ddebug.h143 * @queued: Total MPDUs (non-aggr) queued
145 * @a_aggr: Total no. of aggregates queued
146 * @a_queued_hw: Total AMPDUs queued to hardware
147 * @a_queued_sw: Total AMPDUs queued to software queues
169 u32 queued; member in struct:ath_tx_stats
/drivers/staging/lustre/lustre/osc/
H A Dosc_io.c113 int queued = 0; local
173 if (++queued == max_pages) {
174 queued = 0;
182 if (queued > 0)
/drivers/media/usb/tm6000/
H A Dtm6000.h94 struct list_head queued; member in struct:tm6000_dmaqueue
/drivers/media/pci/cx88/
H A Dcx88-mpeg.c220 if (list_empty(&q->queued))
222 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue);
493 INIT_LIST_HEAD(&dev->mpegq.queued);
H A Dcx88-video.c488 if (list_empty(&q->queued))
490 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue);
632 if (!list_empty(&q->queued)) {
633 list_add_tail(&buf->vb.queue,&q->queued);
635 dprintk(2,"[%p/%d] buffer_queue - append to queued\n",
660 list_add_tail(&buf->vb.queue,&q->queued);
662 dprintk(2,"[%p/%d] buffer_queue - first queued\n",
1720 INIT_LIST_HEAD(&dev->vidq.queued);
1729 INIT_LIST_HEAD(&dev->vbiq.queued);
/drivers/tty/hvc/
H A Dhvc_iucv.c462 int queued; local
471 queued = hvc_iucv_queue(priv, buf, count);
474 return queued;
548 sync_wait = !list_empty(&priv->tty_outqueue); /* anything queued ? */

Completed in 639 milliseconds

12