Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_r3964.c313 pInfo->rx_first = pInfo->rx_last = pHeader; in add_rx_queue()
322 TRACE_Q("add_rx_queue: %p, length = %d, rx_first = %p, count = %d", in add_rx_queue()
324 pInfo->rx_first, pInfo->blocks_in_rx_queue); in add_rx_queue()
336 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d", in remove_from_rx_queue()
337 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue); in remove_from_rx_queue()
343 if (pInfo->rx_first == pHeader) { in remove_from_rx_queue()
345 pInfo->rx_first = pHeader->next; in remove_from_rx_queue()
347 if (pInfo->rx_first == NULL) { in remove_from_rx_queue()
353 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { in remove_from_rx_queue()
372 TRACE_Q("remove_from_rx_queue: rx_first in remove_from_rx_queue()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dn_r3964.h155 struct r3964_block_header *rx_first; member
/kernel/linux/linux-5.10/drivers/net/can/
H A Dat91_can.c118 unsigned int rx_first; member
144 .rx_first = 1,
152 .rx_first = 0,
182 return priv->devtype_data.rx_first; in get_mb_rx_first()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dat91_can.c118 unsigned int rx_first; member
144 .rx_first = 1,
152 .rx_first = 0,
182 return priv->devtype_data.rx_first; in get_mb_rx_first()

Completed in 6 milliseconds