/drivers/isdn/pcbit/ |
D | drv.c | 319 chan->queued = 0; in pcbit_block_timer() 347 if (chan->queued >= MAX_QUEUED ) in pcbit_xmit() 352 chan->queued); in pcbit_xmit() 372 chan->queued++; in pcbit_xmit() 512 if (chan->queued == MAX_QUEUED) { in pcbit_l3_receive() 518 chan->queued--; in pcbit_l3_receive()
|
D | pcbit.h | 28 unsigned char queued; /* unacked data messages */ member
|
D | layer2.c | 470 if (chan->queued) { in pcbit_fake_conf() 471 chan->queued--; in pcbit_fake_conf()
|
/drivers/media/video/ |
D | w9968cf.c | 860 (*f)->queued = 0; in w9968cf_urb_complete() 971 cam->frame_tmp.queued = 0; in w9968cf_start_transfer() 2013 cam->frame[i].queued = 0; in w9968cf_init_framelist() 2032 cam->frame[f_num].queued = 1; in w9968cf_push_frame() 2804 if (!cam->frame[0].queued) in w9968cf_read() 2807 if (!cam->frame[1].queued) in w9968cf_read() 3062 || cam->frame_current->queued) { in w9968cf_v4l_ioctl() 3067 !cam->frame_current->queued) ); in w9968cf_v4l_ioctl() 3118 || cam->frame_current->queued) { in w9968cf_v4l_ioctl() 3123 !cam->frame_current->queued) ); in w9968cf_v4l_ioctl() [all …]
|
D | w9968cf.h | 185 u8 queued; member
|
/drivers/char/ |
D | hvc_iucv.c | 447 int queued; in hvc_iucv_put_chars() local 456 queued = hvc_iucv_queue(priv, buf, count); in hvc_iucv_put_chars() 459 return queued; in hvc_iucv_put_chars()
|
/drivers/isdn/act2000/ |
D | act2000.h | 122 short queued; /* User-Data Bytes in TX queue */ member
|
D | capi.c | 487 chan->queued = 0; in actcapi_disconnect_b3_resp() 610 chan->queued -= m->msg.data_b3_req.datalen; in handle_ack() 614 if (chan->queued < 0) in handle_ack() 615 chan->queued = 0; in handle_ack()
|
D | module.c | 432 if ((chan->queued + len) >= ACT2000_MAX_QUEUED) in act2000_sendbuf() 465 chan->queued += len; in act2000_sendbuf()
|
/drivers/block/ |
D | xen-blkfront.c | 296 int queued; in do_blkif_request() local 300 queued = 0; in do_blkif_request() 329 queued++; in do_blkif_request() 332 if (queued != 0) in do_blkif_request()
|
/drivers/media/video/cx23885/ |
D | cx23885-video.c | 482 if (list_empty(&q->queued)) in cx23885_restart_video_queue() 484 buf = list_entry(q->queued.next, struct cx23885_buffer, in cx23885_restart_video_queue() 640 if (!list_empty(&q->queued)) { in buffer_queue() 641 list_add_tail(&buf->vb.queue, &q->queued); in buffer_queue() 671 list_add_tail(&buf->vb.queue, &q->queued); in buffer_queue() 1521 INIT_LIST_HEAD(&dev->vidq.queued); in cx23885_video_register()
|
D | cx23885.h | 217 struct list_head queued; member
|
D | cx23885-core.c | 640 INIT_LIST_HEAD(&port->mpegq.queued); in cx23885_init_tsport() 1317 if (list_empty(&q->queued)) in cx23885_restart_queue() 1319 buf = list_entry(q->queued.next, struct cx23885_buffer, in cx23885_restart_queue()
|
/drivers/mtd/ |
D | ftl.c | 610 int queued, ret; in reclaim_block() local 617 queued = 0; in reclaim_block() 628 queued = 1; in reclaim_block() 648 if (queued) { in reclaim_block()
|
/drivers/media/video/cx88/ |
D | cx88-video.c | 536 if (list_empty(&q->queued)) in restart_video_queue() 538 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue); in restart_video_queue() 679 if (!list_empty(&q->queued)) { in buffer_queue() 680 list_add_tail(&buf->vb.queue,&q->queued); in buffer_queue() 707 list_add_tail(&buf->vb.queue,&q->queued); in buffer_queue() 1866 INIT_LIST_HEAD(&dev->vidq.queued); in cx8800_initdev() 1875 INIT_LIST_HEAD(&dev->vbiq.queued); in cx8800_initdev()
|
D | cx88-mpeg.c | 200 if (list_empty(&q->queued)) in cx8802_restart_queue() 202 buf = list_entry(q->queued.next, struct cx88_buffer, vb.queue); in cx8802_restart_queue() 475 INIT_LIST_HEAD(&dev->mpegq.queued); in cx8802_init_common()
|
D | cx88.h | 300 struct list_head queued; member
|
/drivers/usb/mon/ |
D | mon_bin.c | 100 u32 queued; member 965 if (put_user(nevents, &sp->queued)) in mon_bin_ioctl()
|
/drivers/media/video/em28xx/ |
D | em28xx.h | 231 struct list_head queued; member
|
/drivers/usb/serial/ |
D | io_ti.c | 1793 int queued; in edge_tty_recv() local 1796 queued = tty_insert_flip_string(tty, data, length); in edge_tty_recv() 1797 if (queued < length) in edge_tty_recv() 1799 __func__, length - queued); in edge_tty_recv()
|
/drivers/scsi/ |
D | Kconfig | 681 int "maximum number of queued commands" 685 This specifies how many SCSI commands can be maximally queued for 1155 int "Maximum number of queued commands" 1160 that can be queued to any device, when tagged command queuing is 1161 possible. The driver supports up to 256 queued commands per device. 1250 int "maximum number of queued commands" 1255 that can be queued to any device, when tagged command queuing is 1495 int "maximum number of queued commands" 1499 This specifies how many SCSI commands can be maximally queued for
|
D | ncr53c8xx.c | 1580 u_char queued; member 4466 cp->queued = 1; in ncr_put_start_queue() 5102 if (cp->queued) { in ncr_ccb_skipped() 5106 if (cp->queued) { in ncr_ccb_skipped() 5108 cp->queued = 0; in ncr_ccb_skipped() 7291 if (cp->queued) { in ncr_free_ccb() 7297 if (cp->queued) { in ncr_free_ccb() 7299 cp->queued = 0; in ncr_free_ccb()
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 806 * Input queue for queued SCBs (commands that the seqencer has yet to start) 815 * Number of queued SCBs 859 * Number of queued SCBs in the Out FIFO
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 1030 * Input queue for queued SCBs (commands that the seqencer has yet to start) 1041 * Number of queued SCBs 1075 * Number of queued SCBs in the Out FIFO
|
/drivers/atm/ |
D | eni.c | 152 static int tx_complete = 0,dma_complete = 0,queued = 0,requeued = 0, variable 1174 queued++; in do_tx() 1461 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
|