Lines Matching refs:rx_last
312 if (pInfo->rx_last == NULL) {
313 pInfo->rx_first = pInfo->rx_last = pHeader;
315 pInfo->rx_last->next = pHeader;
316 pInfo->rx_last = pHeader;
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);
348 pInfo->rx_last = NULL;
360 pInfo->rx_last = pFind;
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;