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

/linux-4.4.14/drivers/tty/
H A Dn_r3964.c308 pInfo->rx_first = pInfo->rx_last = pHeader; add_rx_queue()
317 TRACE_Q("add_rx_queue: %p, length = %d, rx_first = %p, count = %d", add_rx_queue()
319 pInfo->rx_first, pInfo->blocks_in_rx_queue); add_rx_queue()
331 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", remove_from_rx_queue()
332 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); remove_from_rx_queue()
338 if (pInfo->rx_first == pHeader) { remove_from_rx_queue()
340 pInfo->rx_first = pHeader->next; remove_from_rx_queue()
342 if (pInfo->rx_first == NULL) { remove_from_rx_queue()
348 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { remove_from_rx_queue()
367 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", remove_from_rx_queue()
368 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); remove_from_rx_queue()
984 pInfo->rx_first = pInfo->rx_last = NULL; r3964_open()
/linux-4.4.14/include/linux/
H A Dn_r3964.h155 struct r3964_block_header *rx_first; member in struct:r3964_info
/linux-4.4.14/drivers/net/can/
H A Dat91_can.c122 unsigned int rx_first; member in struct:at91_devtype_data
148 .rx_first = 1,
156 .rx_first = 0,
186 return priv->devtype_data.rx_first; get_mb_rx_first()

Completed in 117 milliseconds