Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h60 struct mbuf *mh_tail; member
H A Dcxgb_sge.c2706 mh->mh_head = mh->mh_tail = m; in get_packet()
2734 mh->mh_head = mh->mh_tail = m; in get_packet()
2741 if (mh->mh_tail == NULL) { in get_packet()
2747 mh->mh_tail->m_next = m; in get_packet()
2748 mh->mh_tail = m; in get_packet()
2883 mh->mh_tail->m_next = m; in process_responses()
2884 mh->mh_tail = m; in process_responses()