Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/
HDcxgb_osdep.h62 struct mbuf *mh_tail; member
HDcxgb_sge.c2720 mh->mh_head = mh->mh_tail = m; in get_packet()
2748 mh->mh_head = mh->mh_tail = m; in get_packet()
2755 if (mh->mh_tail == NULL) { in get_packet()
2760 mh->mh_tail->m_next = m; in get_packet()
2761 mh->mh_tail = m; in get_packet()
2896 mh->mh_tail->m_next = m; in process_responses()
2897 mh->mh_tail = m; in process_responses()