Lines Matching defs:sendmp
3125 struct mbuf *mp, *sendmp;
3220 sendmp = rxbuf->fmp;
3223 if (sendmp == NULL) {
3225 sendmp = mp;
3226 sendmp->m_pkthdr.len = 0;
3227 sendmp->m_pkthdr.ph_mss = 0;
3231 sendmp->m_pkthdr.len += mp->m_len;
3239 sendmp->m_pkthdr.ph_mss += rsccnt - 1;
3243 nxbuf->fmp = sendmp;
3244 sendmp = NULL;
3247 ixgbe_rx_offload(staterr, vtag, sendmp);
3250 sendmp->m_pkthdr.ph_flowid = hash;
3251 SET(sendmp->m_pkthdr.csum_flags, M_FLOWID);
3254 ml_enqueue(&ml, sendmp);