Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ehca/
Dipz_pt_fn.h82 u32 queue_length; /* queue length allocated in bytes */ member
96 if (q_offset >= queue->queue_length) in ipz_qeit_calc()
130 if (queue->current_q_offset >= queue->queue_length) { in ipz_qeit_get_inc()
181 if (offset >= queue->queue_length) offset = 0; in ipz_queue_advance_offset()
Dipz_pt_fn.c55 if (queue->current_q_offset > queue->queue_length) { in ipz_qpageit_get_inc()
69 u64 last_entry_in_q = queue->queue_length - queue->qe_size; in ipz_qeit_eq_get_inc()
83 for (i = 0; i < queue->queue_length / queue->pagesize; i++) { in ipz_queue_abs_to_offset()
216 queue->queue_length = nr_of_pages * pagesize; in ipz_queue_ctor()
265 nr_pages = queue->queue_length / queue->pagesize; in ipz_queue_dtor()
Dehca_cq.c285 resp.ipz_queue.queue_length = ipz_queue->queue_length; in ehca_create_cq()
Dehca_uverbs.c144 for (ofs = 0; ofs < queue->queue_length; ofs += PAGE_SIZE) { in ehca_mmap_queue()
Dehca_classes.h392 u32 queue_length; /* queue length allocated in bytes */ member
Dehca_qp.c270 resp->queue_length = queue->queue_length; in queue2resp()
771 my_qp->sq_map.entries = my_qp->ipz_squeue.queue_length / in internal_create_qp()
796 my_qp->rq_map.entries = my_qp->ipz_rqueue.queue_length / in internal_create_qp()
/linux-4.4.14/sound/usb/misc/
Dua101.c56 static unsigned int queue_length = 21; variable
64 module_param(queue_length, uint, 0644);
65 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "
121 unsigned int queue_length; member
256 if (*value >= ua->playback.queue_length) in add_with_wraparound()
257 *value -= ua->playback.queue_length; in add_with_wraparound()
398 if (ua->rate_feedback_count < ua->playback.queue_length) { in capture_urb_complete()
401 ua->playback.queue_length) in capture_urb_complete()
446 for (i = 0; i < stream->queue_length; ++i) { in submit_stream_urbs()
461 for (i = 0; i < stream->queue_length; ++i) in kill_stream_urbs()
[all …]
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h214 if (q_offset >= queue->queue_length) in hw_qeit_calc()
215 q_offset -= queue->queue_length; in hw_qeit_calc()
228 if (queue->current_q_offset >= queue->queue_length) { in hw_qeit_inc()
283 u64 last_entry_in_q = queue->queue_length - queue->qe_size; in hw_qeit_eq_get_inc()
Dehea_qmr.c44 if (queue->current_q_offset > queue->queue_length) { in hw_qpageit_get_inc()
66 queue->queue_length = nr_of_pages * pagesize; in hw_queue_ctor()
114 nr_pages = queue->queue_length / queue->pagesize; in hw_queue_dtor()
Dehea.h158 u32 queue_length; /* queue length allocated in bytes */ member
/linux-4.4.14/drivers/input/mouse/
Dvmmouse.c152 unsigned int queue_length; in vmmouse_report_events() local
168 queue_length = status & 0xffff; in vmmouse_report_events()
169 if (queue_length == 0) in vmmouse_report_events()
172 if (queue_length % 4) { in vmmouse_report_events()
/linux-4.4.14/drivers/tty/serial/
Difx6x60.c443 int queue_length; in ifx_spi_prepare_tx_buffer() local
460 queue_length = kfifo_len(&ifx_dev->tx_fifo); in ifx_spi_prepare_tx_buffer()
461 if (queue_length != 0) { in ifx_spi_prepare_tx_buffer()
463 temp_count = min(queue_length, IFX_SPI_PAYLOAD_SIZE); in ifx_spi_prepare_tx_buffer()
471 if (temp_count == queue_length) in ifx_spi_prepare_tx_buffer()
655 int queue_length; in ifx_spi_complete() local
703 queue_length = kfifo_len(&ifx_dev->tx_fifo); in ifx_spi_complete()
712 if (more || ifx_dev->spi_more || queue_length > 0 || in ifx_spi_complete()
/linux-4.4.14/drivers/atm/
Dfore200e.h657 u32 queue_length; /* queue capacity */ member
Dfore200e.c2371 enum buffer_magn magn, int queue_length, in fore200e_param_bs_queue() argument
2376 fore200e->bus->write(queue_length, &bs_spec->queue_length); in fore200e_param_bs_queue()