Searched refs:ch_r_tail (Results 1 – 8 of 8) sorted by relevance
241 channel->ch_r_head = channel->ch_r_tail = 0; in jsm_tty_open()558 tail = ch->ch_r_tail & rmask; in jsm_input()646 ch->ch_r_tail = tail & rmask; in jsm_input()766 if ((qleft = ch->ch_r_tail - ch->ch_r_head - 1) < 0) in jsm_check_queue_flow_control()
375 tail = ch->ch_r_tail & RQUEUEMASK; in cls_copy_data_from_uart_to_queue()426 ch->ch_r_tail = tail; in cls_copy_data_from_uart_to_queue()707 ch->ch_r_tail = 0; in cls_param()
232 u16 ch_r_tail; /* Tail location of the read queue */ member
299 tail = ch->ch_r_tail & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()457 ch->ch_r_tail = tail = (tail + 1) & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()951 ch->ch_r_head = ch->ch_r_tail = 0; in neo_param()
523 tail = ch->ch_r_tail & rmask; in dgnc_input()581 ch->ch_r_head = ch->ch_r_tail; in dgnc_input()645 ch->ch_r_tail = tail & rmask; in dgnc_input()836 qleft = ch->ch_r_tail - ch->ch_r_head - 1; in dgnc_check_queue_flow_control()1148 ch->ch_r_tail = 0; in dgnc_tty_open()2777 ch->ch_r_head = ch->ch_r_tail; in dgnc_tty_ioctl()2818 ch->ch_r_head = ch->ch_r_tail; in dgnc_tty_ioctl()3012 buf.rxbuf = (ch->ch_r_head - ch->ch_r_tail) & RQUEUEMASK; in dgnc_tty_ioctl()
349 ushort ch_r_tail; /* Tail location of the read queue */ member
465 ch->ch_r_tail = 0; in cls_param()835 tail = ch->ch_r_tail; in cls_copy_data_from_uart_to_queue()876 ch->ch_r_tail = tail; in cls_copy_data_from_uart_to_queue()
627 ch->ch_r_tail = 0; in neo_param()1119 tail = ch->ch_r_tail & RQUEUEMASK; in neo_copy_data_from_uart_to_queue()1282 ch->ch_r_tail = tail; in neo_copy_data_from_uart_to_queue()