Home
last modified time | relevance | path

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

/linux/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
243 if (*value >= ua->playback.queue_length) in add_with_wraparound()
244 *value -= ua->playback.queue_length; in add_with_wraparound()
382 if (ua->rate_feedback_count < ua->playback.queue_length) { in capture_urb_complete()
385 ua->playback.queue_length) in capture_urb_complete()
429 for (i = 0; i < stream->queue_length; ++i) { in submit_stream_urbs()
444 for (i = 0; i < stream->queue_length; in kill_stream_urbs()
[all...]
/linux/drivers/input/mouse/
H A Dvmmouse.c123 unsigned int queue_length; in vmmouse_report_events() local
138 queue_length = status & 0xffff; in vmmouse_report_events()
139 if (queue_length == 0) in vmmouse_report_events()
142 if (queue_length % 4) { in vmmouse_report_events()
/linux/drivers/net/ethernet/ibm/ehea/
H 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()
H 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()
H A Dehea.h145 u32 queue_length; /* queue length allocated in bytes */ member
/linux/fs/smb/smbdirect/
H A Ddebug.c63 sc->recv_io.reassembly.queue_length); in smbdirect_connection_legacy_debug_proc_show()
H A Dconnection.c617 sc->recv_io.reassembly.queue_length++; in smbdirect_connection_reassembly_append_recv_io()
1827 int queue_length; in smbdirect_connection_recvmsg() local
1839 queue_length = sc->recv_io.reassembly.queue_length; in smbdirect_connection_recvmsg()
1883 queue_length--; in smbdirect_connection_recvmsg()
1888 if (queue_length) in smbdirect_connection_recvmsg()
1917 sc->recv_io.reassembly.queue_length -= queue_removed; in smbdirect_connection_recvmsg()
H A Daccept.c331 sc->recv_io.reassembly.queue_length--; in smbdirect_accept_negotiate_recv_work()
H A Dconnect.c695 sc->recv_io.reassembly.queue_length--; in smbdirect_connect_negotiate_recv_work()