Searched refs:pFind (Results 1 – 1 of 1) sorted by relevance
331 struct r3964_block_header *pFind; in remove_from_rx_queue() local353 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()