Home
last modified time | relevance | path

Searched refs:blocks_in_rx_queue (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/
Dn_r3964.c313 pInfo->blocks_in_rx_queue++; in add_rx_queue()
319 pInfo->rx_first, pInfo->blocks_in_rx_queue); in add_rx_queue()
332 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
345 pInfo->blocks_in_rx_queue--; in remove_from_rx_queue()
352 pInfo->blocks_in_rx_queue--; in remove_from_rx_queue()
368 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
607 if (pInfo->blocks_in_rx_queue >= in receive_char()
989 pInfo->blocks_in_rx_queue = 0; in r3964_open()
/linux-4.4.14/include/linux/
Dn_r3964.h163 unsigned int blocks_in_rx_queue; member