/drivers/scsi/aacraid/ |
H A D | commsup.c | 158 * Enable this to debug out of queue space 205 * Frees up a fib and places it on the appropriate queue 268 * support host to adapter commuication. All queue accesses happen through 274 * aac_get_entry - get a queue entry 281 * With a priority the routine returns a queue entry if the queue has free entries. If the queue 298 q = &dev->queues->queue[qid]; 337 * @fib: Fib to associate with the queue entry 338 * @wait: Wait if queue ful [all...] |
/drivers/atm/ |
H A D | Kconfig | 234 bool "Receive ALL cells in raw queue" 238 an open connection in the raw cell queue of the driver. Useful 356 a message before giving up, if the transmit queue of the ATM card 359 Saturation of the transmit queue may occur only under extreme 364 a saturation of the transmit queue, so the retry mechanism never
|
/drivers/dma/ |
H A D | at_hdmac.c | 70 return list_first_entry(&atchan->queue, 176 * @desc: descriptor to queue 218 /* The tasklet will hopefully advance the queue... */ 321 if (!list_empty(&atchan->queue)) 325 /* empty queue list by moving descriptors (if any) to active_list */ 326 list_splice_init(&atchan->queue, &atchan->active_list); 405 list_splice_init(&atchan->queue, atchan->active_list.prev); 518 * Cookie increment and adding to active_list or queue must be atomic 538 list_add_tail(&desc->desc_node, &atchan->queue); 986 list_splice_init(&atchan->queue, [all...] |
/drivers/media/dvb/dvb-core/ |
H A D | dvb_ringbuffer.c | 49 init_waitqueue_head(&rbuf->queue); 108 wake_up(&rbuf->queue);
|
/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 402 * current depth of TX queue , i.e. messages waiting for credits 618 static inline int get_queue_depth(struct list_head *queue) argument 623 list_for_each(tmp_list, queue)
|
/drivers/staging/octeon/ |
H A D | ethernet-rgmii.c | 178 if (priv->queue != -1) 180 "port %2d, queue %2d\n", 184 priv->port, priv->queue);
|
/drivers/staging/rtl8712/ |
H A D | rtl871x_recv.h | 133 union recv_frame *r8712_dequeue_recvframe(struct __queue *queue); 135 struct __queue *queue);
|
/drivers/usb/gadget/ |
H A D | amd5536udc.h | 483 struct list_head queue; member in struct:udc_request 513 /* queue for requests */ 514 struct list_head queue; member in struct:udc_ep
|
H A D | fsl_qe_udc.h | 258 struct list_head queue; member in struct:qe_req 260 a request->queue into a udc_ep->queue 'd tail */ 267 struct list_head queue; member in struct:qe_ep
|
H A D | imx_udc.h | 26 struct list_head queue; member in struct:imx_request 41 struct list_head queue; member in struct:imx_ep_struct
|
/drivers/usb/host/ |
H A D | r8a66597.h | 74 struct list_head queue; member in struct:r8a66597_td 159 struct r8a66597_td, queue);
|
/drivers/block/ |
H A D | swim.c | 214 struct request_queue *queue; member in struct:swim_priv 848 swd->queue = blk_init_queue(do_fd_request, &swd->lock); 849 if (!swd->queue) { 861 swd->unit[drive].disk->queue = swd->queue; 954 blk_cleanup_queue(swd->queue);
|
H A D | cpqarray.c | 194 return disk->queue->queuedata; 350 blk_cleanup_queue(hba[i]->queue); 441 hba[i]->queue = q; 473 blk_queue_logical_block_size(hba[i]->queue, drv->blk_size); 475 disk->queue = hba[i]->queue; 959 /* Put the request on the tail of the request queue */ 972 * start_io submits everything on a controller's request queue 973 * and moves it to the completion queue. 1042 * Find the command on the completion queue, remov [all...] |
H A D | nbd.c | 676 dev_warn(disk_to_dev(nbd->disk), "queue cleared\n"); 689 * This is for compatibility only. The queue is always cleared 786 disk->queue = blk_init_queue(do_nbd_request, &nbd_lock); 787 if (!disk->queue) { 794 queue_flag_set_unlocked(QUEUE_FLAG_NONROT, disk->queue); 830 blk_cleanup_queue(nbd_dev[i].disk->queue); 845 blk_cleanup_queue(disk->queue);
|
/drivers/media/video/ |
H A D | mx1_camera.c | 184 WARN_ON(!list_empty(&vb->queue)); 264 list_add_tail(&vb->queue, &pcdev->capture); 317 list_del_init(&vb->queue); 329 struct mx1_buffer, vb.queue); 360 WARN_ON(buf->inwork || list_empty(&vb->queue)); 663 INIT_LIST_HEAD(&buf->vb.queue);
|
/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 342 " currently queued:%d\n", skb_queue_len(&iter->queue)); 345 skb_queue_walk(&iter->queue, skb) { 364 ssize_t *len, size_t bufsize, struct sk_buff_head *queue) 370 spin_lock_bh(&queue->lock); 371 skb_queue_walk(queue, skb) { 377 spin_unlock_bh(&queue->lock); 411 ADD(buf, *len, bufsize, "TX queue [%d]: %10d max:%10d ms.\n", 363 carl9170_debugfs_queue_dump(struct ar9170 *ar, char *buf, ssize_t *len, size_t bufsize, struct sk_buff_head *queue) argument
|
/drivers/scsi/ |
H A D | libiscsi_tcp.c | 462 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, 469 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, 557 rc = kfifo_out(&tcp_task->r2tpool.queue, (void*)&r2t, sizeof(void*)); 570 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, 586 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, 998 kfifo_in(&tcp_task->r2tpool.queue, 1024 * -EAGAIN if there's still data in the queue, or != 0 for any other kind 1118 * initialize per-task: R2T pool and xmit queue 1137 /* R2T xmit queue */
|
/drivers/ide/ |
H A D | ide-cd.c | 186 if (queue_logical_block_size(drive->queue) == 2048) 263 blk_delay_queue(drive->queue, 1); 394 /* if we got a CHECK_CONDITION status, queue a request sense command */ 444 rq = blk_get_request(drive->queue, write, __GFP_WAIT); 452 error = blk_rq_map_kern(drive->queue, rq, buffer, 460 error = blk_execute_rq(drive->queue, info->disk, rq, 0); 704 struct request_queue *q = drive->queue; 756 struct request_queue *q = drive->queue; 840 * Routines which queue packet commands take as a final argument a pointer to a 995 blk_queue_logical_block_size(drive->queue, [all...] |
/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 462 if ((prio == MGNT_QUEUE) && (skb_queue_len(&ring->queue) > 10)) 465 skb_queue_len(&ring->queue)); 466 return skb_queue_len(&ring->queue); 474 if (ring->entries - skb_queue_len(&ring->queue) >= 2) 736 pskb = __skb_dequeue(&ring->queue); 754 __skb_queue_tail(&ring->queue, pnewskb); 1356 if (skb_queue_len(&(&priv->tx_ring[i])->queue) > 0) { 1357 printk(KERN_INFO "===>tx queue is not empty:%d, %d\n", 1358 i, skb_queue_len(&(&priv->tx_ring[i])->queue)); 1397 if (skb_queue_len(&ring->queue) [all...] |
/drivers/media/video/cx23885/ |
H A D | cx23885-core.c | 434 struct cx23885_buffer, vb.queue); 446 list_del(&buf->vb.queue); 711 /* Transport bus init dma queue - Common settings */ 1504 dprintk(5, "%s() queue is empty\n", __func__); 1510 vb.queue); 1512 list_del(&buf->vb.queue); 1513 list_add_tail(&buf->vb.queue, &q->active); 1524 list_del(&buf->vb.queue); 1525 list_add_tail(&buf->vb.queue, &q->active); 1541 buf = list_entry(q->active.next, struct cx23885_buffer, vb.queue); [all...] |
/drivers/infiniband/hw/cxgb3/ |
H A D | cxio_hal.c | 109 cqe = cq->queue + Q_PTR2IDX(rptr, cq->size_log2); 172 cq->queue = dma_alloc_coherent(&(rdev_p->rnic_info.pdev->dev), size, 174 if (!cq->queue) { 179 memset(cq->queue, 0, size); 296 wq->queue = dma_alloc_coherent(&(rdev_p->rnic_info.pdev->dev), 299 if (!wq->queue) 302 memset(wq->queue, 0, depth * sizeof(union t3_wr)); 330 * sizeof(struct t3_cqe), cq->queue, 341 * sizeof(union t3_wr), wq->queue,
|
/drivers/media/video/marvell-ccic/ |
H A D | mcam-core.c | 185 struct list_head queue; member in struct:mcam_vb_buffer 376 queue); 377 list_del_init(&buf->queue); 461 buf = list_first_entry(&cam->buffers, struct mcam_vb_buffer, queue); 462 list_del_init(&buf->queue); 510 buf = list_first_entry(&cam->buffers, struct mcam_vb_buffer, queue); 511 list_del_init(&buf->queue); 936 list_add(&mvb->queue, &cam->buffers); 1871 * time, put it back on the queue or we'll forget about it. 1874 list_add(&cam->vb_bufs[0]->queue, [all...] |
/drivers/net/irda/ |
H A D | ali-ircc.c | 376 /* Reset Tx queue info */ 1479 self->tx_fifo.queue[self->tx_fifo.free].start = self->tx_fifo.tail; 1480 self->tx_fifo.queue[self->tx_fifo.free].len = skb->len; 1485 skb_copy_from_linear_data(skb, self->tx_fifo.queue[self->tx_fifo.free].start, 1600 if(self->tx_fifo.queue[self->tx_fifo.ptr].len < TX_FIFO_Threshold) 1601 FIFO_OPTI = self->tx_fifo.queue[self->tx_fifo.ptr].len-1; 1612 ((u8 *)self->tx_fifo.queue[self->tx_fifo.ptr].start - 1614 self->tx_fifo.queue[self->tx_fifo.ptr].len, 1634 Hi = (self->tx_fifo.queue[self->tx_fifo.ptr].len >> 8) & 0x0f; 1635 Lo = self->tx_fifo.queue[sel [all...] |
/drivers/acpi/ |
H A D | osl.c | 920 struct workqueue_struct *queue; local 948 queue = hp ? kacpi_hotplug_wq : 952 if (queue == kacpi_hotplug_wq) 954 else if (queue == kacpi_notify_wq) 966 ret = queue_work_on(0, queue, &dpc->work);
|
/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 3474 * @queue Pointer to the request queue. Unused other than to obtain 3479 static void mtip_make_request(struct request_queue *queue, struct bio *bio) argument 3481 struct driver_data *dd = queue->queuedata; 3506 blk_queue_flush(queue, 0); 3513 blk_queue_bounce(queue, &bio); 3612 * queue creation and add_disk() 3618 /* Allocate the request queue. */ 3619 dd->queue = blk_alloc_queue(GFP_KERNEL); 3620 if (dd->queue [all...] |