Home
last modified time | relevance | path

Searched refs:rx_first (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tty/
Dn_r3964.c306 pInfo->rx_first = pInfo->rx_last = pHeader; in add_rx_queue()
317 pInfo->rx_first, pInfo->blocks_in_rx_queue); in add_rx_queue()
330 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
336 if (pInfo->rx_first == pHeader) { in remove_from_rx_queue()
338 pInfo->rx_first = pHeader->next; in remove_from_rx_queue()
340 if (pInfo->rx_first == NULL) { in remove_from_rx_queue()
346 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { in remove_from_rx_queue()
366 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
982 pInfo->rx_first = pInfo->rx_last = NULL; in r3964_open()
/Linux-v4.19/include/linux/
Dn_r3964.h155 struct r3964_block_header *rx_first; member
/Linux-v4.19/drivers/net/can/
Dat91_can.c122 unsigned int rx_first; member
148 .rx_first = 1,
156 .rx_first = 0,
186 return priv->devtype_data.rx_first; in get_mb_rx_first()