Lines Matching refs:mh_head
2706 mh->mh_head = mh->mh_tail = m; in get_packet()
2734 mh->mh_head = mh->mh_tail = m; in get_packet()
2749 mh->mh_head->m_pkthdr.len += len; in get_packet()
2855 if (mh->mh_head == NULL) { in process_responses()
2856 mh->mh_head = m_gethdr(M_NOWAIT, MT_DATA); in process_responses()
2857 m = mh->mh_head; in process_responses()
2880 if (mh->mh_head == NULL) in process_responses()
2881 mh->mh_head = m; in process_responses()
2887 mh->mh_head->m_pkthdr.len += m->m_len; in process_responses()
2896 M_HASHTYPE_SET(mh->mh_head, in process_responses()
2898 mh->mh_head->m_pkthdr.flowid = rss_hash; in process_responses()
2915 adap->cpl_handler[opcode](qs, r, mh->mh_head); in process_responses()
2917 m_freem(mh->mh_head); in process_responses()
2919 mh->mh_head = NULL; in process_responses()
2921 struct mbuf *m = mh->mh_head; in process_responses()
2951 mh->mh_head = NULL; in process_responses()