Searched refs:pFind (Results 1 – 1 of 1) sorted by relevance
324 struct r3964_block_header *pFind; in remove_from_rx_queue() local346 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) { in remove_from_rx_queue()347 if (pFind->next == pHeader) { in remove_from_rx_queue()349 pFind->next = pHeader->next; in remove_from_rx_queue()351 if (pFind->next == NULL) { in remove_from_rx_queue()353 pInfo->rx_last = pFind; in remove_from_rx_queue()