Searched refs:RQUEUESIZE (Results 1 – 6 of 6) sorted by relevance
308 #define RQUEUESIZE (RQUEUEMASK + 1) macro309 #define EQUEUESIZE RQUEUESIZE
613 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in dgnc_input()896 if (qleft > (RQUEUESIZE / 2)) { in dgnc_check_queue_flow_control()1132 ch->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in dgnc_tty_open()
1154 n = min(((uint)total), (RQUEUESIZE - (uint)head)); in neo_copy_data_from_uart_to_queue()
194 #define RQUEUESIZE (RQUEUEMASK + 1) macro195 #define EQUEUESIZE RQUEUESIZE
215 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()609 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()822 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
356 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()