Home
last modified time | relevance | path

Searched refs:m_hd (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cadence/
H A Dif_cgem.c566 struct mbuf *m, *m_hd, **m_tl; in cgem_recv() local
572 m_hd = NULL; in cgem_recv()
573 m_tl = &m_hd; in cgem_recv()
652 while (m_hd != NULL) { in cgem_recv()
653 m = m_hd; in cgem_recv()
654 m_hd = m_hd->m_next; in cgem_recv()