gemini_gmac.c | 762 struct mbuf *m, *last_m, **mp; local in function:gmac_hwqueue_rxconsume 781 for (mp = &hwq->hwq_producer->hwq_ifq.ifq_head, last_m = NULL, depth=0; 783 last_m = m, mp = &m->m_nextpkt, depth++) { 792 hwq->hwq_producer->hwq_ifq.ifq_tail = last_m;
|