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

/freebsd-10-stable/sys/dev/cadence/
H A Dif_cgem.c520 struct mbuf *m, *m_hd, **m_tl; local
526 m_hd = NULL;
527 m_tl = &m_hd;
602 while (m_hd != NULL) {
603 m = m_hd;
604 m_hd = m_hd->m_next;

Completed in 124 milliseconds