Home
last modified time | relevance | path

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

/linux/sound/usb/misc/
A Dua101.c45 static unsigned int queue_length = 21; variable
53 module_param(queue_length, uint, 0644);
110 unsigned int queue_length; member
245 if (*value >= ua->playback.queue_length) in add_with_wraparound()
246 *value -= ua->playback.queue_length; in add_with_wraparound()
390 ua->playback.queue_length) in capture_urb_complete()
1025 stream->queue_length = queue_length; in alloc_stream_buffers()
1026 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1028 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1083 if (u >= stream->queue_length) in alloc_stream_urbs()
[all …]
/linux/drivers/input/mouse/
A 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/drivers/net/ethernet/ibm/ehea/
A 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()
A 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()
A Dehea.h144 u32 queue_length; /* queue length allocated in bytes */ member
/linux/fs/ksmbd/
A Dtransport_rdma.c681 int queue_length; in smb_direct_read() local
692 queue_length = st->reassembly_queue_length; in smb_direct_read()
730 queue_length--; in smb_direct_read()
735 if (queue_length) { in smb_direct_read()
/linux/fs/cifs/
A Dsmbdirect.c1784 int queue_length; in smbd_recv_buf() local
1795 queue_length = info->reassembly_queue_length; in smbd_recv_buf()
1835 queue_length--; in smbd_recv_buf()
1840 if (queue_length) in smbd_recv_buf()
/linux/drivers/atm/
A Dfore200e.h658 u32 queue_length; /* queue capacity */ member
A Dfore200e.c2273 enum buffer_magn magn, int queue_length, in fore200e_param_bs_queue() argument
2278 fore200e->bus->write(queue_length, &bs_spec->queue_length); in fore200e_param_bs_queue()

Completed in 53 milliseconds