Searched refs:mbuf_head (Results 1 – 3 of 3) sorted by relevance
556 struct mbuf *mbuf = rx->ctx.mbuf_head; in gve_rx_input_mbuf_dqo()604 rx->ctx.mbuf_head = mbuf; in gve_rx_copybreak_dqo()654 if (frag_len <= priv->rx_copybreak && !ctx->mbuf_head && is_last_frag) { in gve_rx_dqo()697 ctx->mbuf_head = buf->mbuf; in gve_rx_dqo()722 m_freem(ctx->mbuf_head); in gve_rx_dqo()737 m_freem(ctx->mbuf_head); in gve_rx_dqo()765 ctx->mbuf_head = mbuf; in gve_rx_add_clmbuf_to_ctx()800 ctx->mbuf_head = mbuf; in gve_rx_add_extmbuf_to_ctx()887 if (frag_len <= priv->rx_copybreak && !ctx->mbuf_head && is_last_frag) { in gve_rx_dqo_qpl()950 m_freem(ctx->mbuf_head); in gve_rx_dqo_qpl()[all …]
445 ctx->mbuf_head = mbuf; in gve_rx_create_mbuf()473 ctx->mbuf_head = mbuf; in gve_rx_create_mbuf()554 m_freem(ctx->mbuf_head); in gve_rx()576 m_freem(ctx->mbuf_head); in gve_rx()599 mbuf = ctx->mbuf_head; in gve_rx()674 m_freem(ctx->mbuf_head); in gve_rx_cleanup()
192 struct mbuf *mbuf_head; member