Home
last modified time | relevance | path

Searched refs:mbuf_tail (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/gve/
H A Dgve_rx_dqo.c593 rx->ctx.mbuf_tail = mbuf; in gve_rx_copybreak_dqo()
684 if (ctx->mbuf_tail == NULL) { in gve_rx_dqo()
686 ctx->mbuf_tail = buf->mbuf; in gve_rx_dqo()
689 ctx->mbuf_tail->m_next = buf->mbuf; in gve_rx_dqo()
690 ctx->mbuf_tail = buf->mbuf; in gve_rx_dqo()
748 if (ctx->mbuf_tail == NULL) { in gve_rx_add_clmbuf_to_ctx()
753 ctx->mbuf_tail = mbuf; in gve_rx_add_clmbuf_to_ctx()
758 ctx->mbuf_tail->m_next = mbuf; in gve_rx_add_clmbuf_to_ctx()
759 ctx->mbuf_tail = mbuf; in gve_rx_add_clmbuf_to_ctx()
783 if (ctx->mbuf_tail == NULL) { in gve_rx_add_extmbuf_to_ctx()
[all …]
H A Dgve_rx.c443 ctx->mbuf_tail = mbuf; in gve_rx_create_mbuf()
445 struct mbuf *mbuf_tail = ctx->mbuf_tail; in gve_rx_create_mbuf() local
464 if (mbuf_tail == NULL) { in gve_rx_create_mbuf()
471 ctx->mbuf_tail = mbuf; in gve_rx_create_mbuf()
478 mbuf_tail->m_next = mbuf; in gve_rx_create_mbuf()
479 ctx->mbuf_tail = mbuf; in gve_rx_create_mbuf()
H A Dgve.h168 struct mbuf *mbuf_tail; member
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h90 struct mbuf *mbuf_tail; member
H A Dsfxge_rx.c470 c->mbuf_tail->m_next = mbuf; in sfxge_lro_merge()
471 c->mbuf_tail = mbuf; in sfxge_lro_merge()
503 c->mbuf_tail = c->mbuf; in sfxge_lro_start()