HomeSort by: relevance | last modified time | path
    Searched refs:mh_tail (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 303 mh->mh_head = mh->mh_tail = m;
310 mh->mh_tail->m_next = m;
311 mh->mh_tail = m;
2224 mh->mh_head = mh->mh_tail = m;
2232 if (mh->mh_tail == NULL) {
2238 mh->mh_tail->m_next = m;
2239 mh->mh_tail = m;
2246 mh->mh_head = mh->mh_tail = m;
2254 mh->mh_tail->m_next = m;
2255 mh->mh_tail = m
    [all...]
cxgb_osdep.h 176 struct mbuf *mh_tail; member in struct:t3_mbuf_hdr

Completed in 13 milliseconds