Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dn_r3964.c331 struct r3964_block_header *pFind; in remove_from_rx_queue() local
353 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { in remove_from_rx_queue()
354 if (pFind->next == pHeader) { in remove_from_rx_queue()
356 pFind->next = pHeader->next; in remove_from_rx_queue()
358 if (pFind->next == NULL) { in remove_from_rx_queue()
360 pInfo->rx_last = pFind; in remove_from_rx_queue()