Home
last modified time | relevance | path

Searched refs:RQUEUESIZE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H A Djsm.h185 #define RQUEUESIZE (RQUEUEMASK + 1) macro
186 #define EQUEUESIZE RQUEUESIZE
H A Djsm_tty.c208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()
594 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()
804 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
H A Djsm_neo.c344 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H A Djsm.h185 #define RQUEUESIZE (RQUEUEMASK + 1) macro
186 #define EQUEUESIZE RQUEUESIZE
H A Djsm_tty.c208 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()
594 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()
809 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
H A Djsm_neo.c345 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()

Completed in 7 milliseconds