Home
last modified time | relevance | path

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

/Linux-v5.4/sound/usb/misc/
Dua101.c46 static unsigned int queue_length = 21; variable
54 module_param(queue_length, uint, 0644);
55 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "
111 unsigned int queue_length; member
246 if (*value >= ua->playback.queue_length) in add_with_wraparound()
247 *value -= ua->playback.queue_length; in add_with_wraparound()
388 if (ua->rate_feedback_count < ua->playback.queue_length) { in capture_urb_complete()
391 ua->playback.queue_length) in capture_urb_complete()
436 for (i = 0; i < stream->queue_length; ++i) { in submit_stream_urbs()
451 for (i = 0; i < stream->queue_length; ++i) in kill_stream_urbs()
[all …]
/Linux-v5.4/drivers/input/mouse/
Dvmmouse.c149 unsigned int queue_length; in vmmouse_report_events() local
165 queue_length = status & 0xffff; in vmmouse_report_events()
166 if (queue_length == 0) in vmmouse_report_events()
169 if (queue_length % 4) { in vmmouse_report_events()
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h200 if (q_offset >= queue->queue_length) in hw_qeit_calc()
201 q_offset -= queue->queue_length; in hw_qeit_calc()
214 if (queue->current_q_offset >= queue->queue_length) { in hw_qeit_inc()
269 u64 last_entry_in_q = queue->queue_length - queue->qe_size; in hw_qeit_eq_get_inc()
Dehea_qmr.c30 if (queue->current_q_offset > queue->queue_length) { in hw_qpageit_get_inc()
52 queue->queue_length = nr_of_pages * pagesize; in hw_queue_ctor()
100 nr_pages = queue->queue_length / queue->pagesize; in hw_queue_dtor()
Dehea.h144 u32 queue_length; /* queue length allocated in bytes */ member
/Linux-v5.4/drivers/tty/serial/
Difx6x60.c432 int queue_length; in ifx_spi_prepare_tx_buffer() local
449 queue_length = kfifo_len(&ifx_dev->tx_fifo); in ifx_spi_prepare_tx_buffer()
450 if (queue_length != 0) { in ifx_spi_prepare_tx_buffer()
452 temp_count = min(queue_length, IFX_SPI_PAYLOAD_SIZE); in ifx_spi_prepare_tx_buffer()
460 if (temp_count == queue_length) in ifx_spi_prepare_tx_buffer()
644 int queue_length; in ifx_spi_complete() local
693 queue_length = kfifo_len(&ifx_dev->tx_fifo); in ifx_spi_complete()
702 if (more || ifx_dev->spi_more || queue_length > 0 || in ifx_spi_complete()
/Linux-v5.4/fs/cifs/
Dsmbdirect.c1864 int queue_length; in smbd_recv_buf() local
1875 queue_length = info->reassembly_queue_length; in smbd_recv_buf()
1915 queue_length--; in smbd_recv_buf()
1920 if (queue_length) in smbd_recv_buf()
/Linux-v5.4/drivers/atm/
Dfore200e.h658 u32 queue_length; /* queue capacity */ member
Dfore200e.c2289 enum buffer_magn magn, int queue_length, in fore200e_param_bs_queue() argument
2294 fore200e->bus->write(queue_length, &bs_spec->queue_length); in fore200e_param_bs_queue()