Lines Matching refs:rx_first
313 pInfo->rx_first = pInfo->rx_last = pHeader;
322 TRACE_Q("add_rx_queue: %p, length = %d, rx_first = %p, count = %d",
324 pInfo->rx_first, pInfo->blocks_in_rx_queue);
336 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d",
337 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue);
343 if (pInfo->rx_first == pHeader) {
345 pInfo->rx_first = pHeader->next;
347 if (pInfo->rx_first == NULL) {
353 for (pFind = pInfo->rx_first; pFind; pFind = pFind->next) {
372 TRACE_Q("remove_from_rx_queue: rx_first = %p, rx_last = %p, count = %d",
373 pInfo->rx_first, pInfo->rx_last, pInfo->blocks_in_rx_queue);
988 pInfo->rx_first = pInfo->rx_last = NULL;