Home
last modified time | relevance | path

Searched refs:mbuf_head (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_rx_dqo.c544 struct mbuf *mbuf = rx->ctx.mbuf_head; in gve_rx_input_mbuf_dqo()
592 rx->ctx.mbuf_head = mbuf; in gve_rx_copybreak_dqo()
642 if (frag_len <= priv->rx_copybreak && !ctx->mbuf_head && is_last_frag) { in gve_rx_dqo()
685 ctx->mbuf_head = buf->mbuf; in gve_rx_dqo()
710 m_freem(ctx->mbuf_head); in gve_rx_dqo()
725 m_freem(ctx->mbuf_head); in gve_rx_dqo()
752 ctx->mbuf_head = mbuf; in gve_rx_add_clmbuf_to_ctx()
787 ctx->mbuf_head = mbuf; in gve_rx_add_extmbuf_to_ctx()
874 if (frag_len <= priv->rx_copybreak && !ctx->mbuf_head && is_last_frag) { in gve_rx_dqo_qpl()
937 m_freem(ctx->mbuf_head); in gve_rx_dqo_qpl()
[all …]
H A Dgve_rx.c442 ctx->mbuf_head = mbuf; in gve_rx_create_mbuf()
470 ctx->mbuf_head = mbuf; in gve_rx_create_mbuf()
551 m_freem(ctx->mbuf_head); in gve_rx()
573 m_freem(ctx->mbuf_head); in gve_rx()
596 mbuf = ctx->mbuf_head; in gve_rx()
671 m_freem(ctx->mbuf_head); in gve_rx_cleanup()
H A Dgve.h167 struct mbuf *mbuf_head; member