/src/sys/arch/arm/gemini/ |
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;
|
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;
|
if_gmc.c | 90 struct mbuf *last_m, *m0; local in function:gmc_txqueue 101 for (last_m = NULL, m0 = m, count = 0; 103 last_m = m0, m0 = m0->m_next) { 108 if (last_m != NULL && M_TRAILINGSPACE(last_m) > 0) { 109 last_m->m_data[last_m->m_len++] = *m->m_data++;
|
if_gmc.c | 90 struct mbuf *last_m, *m0; local in function:gmc_txqueue 101 for (last_m = NULL, m0 = m, count = 0; 103 last_m = m0, m0 = m0->m_next) { 108 if (last_m != NULL && M_TRAILINGSPACE(last_m) > 0) { 109 last_m->m_data[last_m->m_len++] = *m->m_data++;
|