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

/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_osdep.h59 struct mbuf *mh_head; member in struct:t3_mbuf_hdr
H A Dcxgb_sge.c2719 mh->mh_head = mh->mh_tail = m;
2747 mh->mh_head = mh->mh_tail = m;
2761 mh->mh_head->m_pkthdr.len += len;
2867 if (mh->mh_head == NULL) {
2868 mh->mh_head = m_gethdr(M_NOWAIT, MT_DATA);
2869 m = mh->mh_head;
2892 if (mh->mh_head == NULL)
2893 mh->mh_head = m;
2899 mh->mh_head->m_pkthdr.len += m->m_len;
2908 mh->mh_head
[all...]

Completed in 112 milliseconds