Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dn_r3964.c326 struct r3964_block_header *pFind; in remove_from_rx_queue() local
348 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { in remove_from_rx_queue()
349 if (pFind->next == pHeader) { in remove_from_rx_queue()
351 pFind->next = pHeader->next; in remove_from_rx_queue()
353 if (pFind->next == NULL) { in remove_from_rx_queue()
355 pInfo->rx_last = pFind; in remove_from_rx_queue()