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

/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h63 struct mbuf *mh_tail; member in struct:t3_mbuf_hdr
H A Dcxgb_sge.c2738 mh->mh_head = mh->mh_tail = m;
2766 mh->mh_head = mh->mh_tail = m;
2773 if (mh->mh_tail == NULL) {
2779 mh->mh_tail->m_next = m;
2780 mh->mh_tail = m;
2915 mh->mh_tail->m_next = m;
2916 mh->mh_tail = m;

Completed in 114 milliseconds