Lines Matching refs:mpf

3850 	struct mbuf		*mp, *mpf, *mpl;  in qlnx_rx_jumbo_chain()  local
3856 mpf = mpl = mp = NULL; in qlnx_rx_jumbo_chain()
3870 if (mpf != NULL) in qlnx_rx_jumbo_chain()
3871 m_freem(mpf); in qlnx_rx_jumbo_chain()
3885 if (mpf != NULL) in qlnx_rx_jumbo_chain()
3886 m_freem(mpf); in qlnx_rx_jumbo_chain()
3903 if (mpf == NULL) in qlnx_rx_jumbo_chain()
3904 mpf = mpl = mp; in qlnx_rx_jumbo_chain()
3911 if (mpf != NULL) in qlnx_rx_jumbo_chain()
3912 mp_head->m_next = mpf; in qlnx_rx_jumbo_chain()
3926 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_start() local
4053 if (rxq->tpa_info[agg_index].mpf) { in qlnx_tpa_start()
4054 m_freem(rxq->tpa_info[agg_index].mpf); in qlnx_tpa_start()
4057 rxq->tpa_info[agg_index].mpf = mp; in qlnx_tpa_start()
4097 if (mpf != NULL) in qlnx_tpa_start()
4098 m_freem(mpf); in qlnx_tpa_start()
4099 mpf = mpl = NULL; in qlnx_tpa_start()
4115 if (mpf != NULL) in qlnx_tpa_start()
4116 m_freem(mpf); in qlnx_tpa_start()
4117 mpf = mpl = NULL; in qlnx_tpa_start()
4133 if (mpf == NULL) { in qlnx_tpa_start()
4134 mpf = mpl = mpc; in qlnx_tpa_start()
4153 rxq->tpa_info[agg_index].mpf = mp; in qlnx_tpa_start()
4161 if (mpf != NULL) { in qlnx_tpa_start()
4163 mp->m_next = mpf; in qlnx_tpa_start()
4164 rxq->tpa_info[agg_index].mpf = mp; in qlnx_tpa_start()
4168 rxq->tpa_info[agg_index].mpf = mp; in qlnx_tpa_start()
4224 rxq->tpa_info[agg_index].mpf, rxq->tpa_info[agg_index].mpl); in qlnx_tpa_start()
4236 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_cont() local
4283 if (mpf != NULL) in qlnx_tpa_cont()
4284 m_freem(mpf); in qlnx_tpa_cont()
4285 mpf = mpl = NULL; in qlnx_tpa_cont()
4301 if (mpf != NULL) in qlnx_tpa_cont()
4302 m_freem(mpf); in qlnx_tpa_cont()
4303 mpf = mpl = NULL; in qlnx_tpa_cont()
4319 if (mpf == NULL) { in qlnx_tpa_cont()
4320 mpf = mpl = mpc; in qlnx_tpa_cont()
4333 fp->rss_id, mpf, mpl); in qlnx_tpa_cont()
4335 if (mpf != NULL) { in qlnx_tpa_cont()
4338 mp->m_next = mpf; in qlnx_tpa_cont()
4352 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_end() local
4409 if (mpf != NULL) in qlnx_tpa_end()
4410 m_freem(mpf); in qlnx_tpa_end()
4411 mpf = mpl = NULL; in qlnx_tpa_end()
4427 if (mpf != NULL) in qlnx_tpa_end()
4428 m_freem(mpf); in qlnx_tpa_end()
4429 mpf = mpl = NULL; in qlnx_tpa_end()
4445 if (mpf == NULL) { in qlnx_tpa_end()
4446 mpf = mpl = mpc; in qlnx_tpa_end()
4460 if (mpf != NULL) { in qlnx_tpa_end()
4465 mp->m_next = mpf; in qlnx_tpa_end()
4471 if (rxq->tpa_info[agg_index].mpf != NULL) in qlnx_tpa_end()
4472 m_freem(rxq->tpa_info[agg_index].mpf); in qlnx_tpa_end()
4473 rxq->tpa_info[agg_index].mpf = NULL; in qlnx_tpa_end()
4479 mp = rxq->tpa_info[agg_index].mpf; in qlnx_tpa_end()
4487 mpf = mp; in qlnx_tpa_end()
4488 while (mpf != NULL) { in qlnx_tpa_end()
4489 len += mpf->m_len; in qlnx_tpa_end()
4490 mpf = mpf->m_next; in qlnx_tpa_end()
4509 rxq->tpa_info[agg_index].mpf = NULL; in qlnx_tpa_end()
5984 if (rxq->tpa_info[i].mpf != NULL) in qlnx_free_mem_rxq()
5985 m_freem(rxq->tpa_info[i].mpf); in qlnx_free_mem_rxq()