Home
last modified time | relevance | path

Searched refs:rbuf_index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c308 unsigned int rbuf_index; member
1779 count = desc_count(bufs[end]) - info->rbuf_index; in rx_async()
1780 p = bufs[end].buf + info->rbuf_index; in rx_async()
1811 info->rbuf_index += i; in rx_async()
1816 info->rbuf_index = 0; in rx_async()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c303 unsigned int rbuf_index; member
1769 count = desc_count(bufs[end]) - info->rbuf_index; in rx_async()
1770 p = bufs[end].buf + info->rbuf_index; in rx_async()
1801 info->rbuf_index += i; in rx_async()
1806 info->rbuf_index = 0; in rx_async()

Completed in 12 milliseconds