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

/linux-master/sound/usb/misc/
H A Dua101.c45 static unsigned int queue_length = 21; variable
53 module_param(queue_length, uint, 0644);
54 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "
110 unsigned int queue_length; member in struct:ua101::ua101_stream
245 if (*value >= ua->playback.queue_length)
246 *value -= ua->playback.queue_length;
387 if (ua->rate_feedback_count < ua->playback.queue_length) {
390 ua->playback.queue_length)
435 for (i = 0; i < stream->queue_length; ++i) {
450 for (i = 0; i < stream->queue_length;
[all...]
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h200 if (q_offset >= queue->queue_length)
201 q_offset -= queue->queue_length;
214 if (queue->current_q_offset >= queue->queue_length) {
269 u64 last_entry_in_q = queue->queue_length - queue->qe_size;
H A Dehea.h145 u32 queue_length; /* queue length allocated in bytes */ member in struct:hw_queue
H A Dehea_qmr.c30 if (queue->current_q_offset > queue->queue_length) {
52 queue->queue_length = nr_of_pages * pagesize;
100 nr_pages = queue->queue_length / queue->pagesize;
/linux-master/drivers/input/mouse/
H A Dvmmouse.c149 unsigned int queue_length; local
165 queue_length = status & 0xffff;
166 if (queue_length == 0)
169 if (queue_length % 4) {
/linux-master/drivers/atm/
H A Dfore200e.h658 u32 queue_length; /* queue capacity */ member in struct:bs_spec
H A Dfore200e.c2273 enum buffer_magn magn, int queue_length,
2278 fore200e->bus->write(queue_length, &bs_spec->queue_length);
2271 fore200e_param_bs_queue(struct fore200e *fore200e, enum buffer_scheme scheme, enum buffer_magn magn, int queue_length, int pool_size, int supply_blksize) argument
/linux-master/fs/smb/client/
H A Dsmbdirect.c1753 int queue_length; local
1764 queue_length = info->reassembly_queue_length;
1804 queue_length--;
1809 if (queue_length)
/linux-master/fs/smb/server/
H A Dtransport_rdma.c694 int queue_length; local
705 queue_length = st->reassembly_queue_length;
743 queue_length--;
748 if (queue_length) {

Completed in 448 milliseconds