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.c605 rx->ctx.mbuf_tail = mbuf; in gve_rx_copybreak_dqo()
696 if (ctx->mbuf_tail == NULL) { in gve_rx_dqo()
698 ctx->mbuf_tail = buf->mbuf; in gve_rx_dqo()
701 ctx->mbuf_tail->m_next = buf->mbuf; in gve_rx_dqo()
702 ctx->mbuf_tail = buf->mbuf; in gve_rx_dqo()
761 if (ctx->mbuf_tail == NULL) { in gve_rx_add_clmbuf_to_ctx()
766 ctx->mbuf_tail = mbuf; in gve_rx_add_clmbuf_to_ctx()
771 ctx->mbuf_tail->m_next = mbuf; in gve_rx_add_clmbuf_to_ctx()
772 ctx->mbuf_tail = mbuf; in gve_rx_add_clmbuf_to_ctx()
796 if (ctx->mbuf_tail == NULL) { in gve_rx_add_extmbuf_to_ctx()
[all …]
H A Dgve_rx.c446 ctx->mbuf_tail = mbuf; in gve_rx_create_mbuf()
448 struct mbuf *mbuf_tail = ctx->mbuf_tail; in gve_rx_create_mbuf() local
467 if (mbuf_tail == NULL) { in gve_rx_create_mbuf()
474 ctx->mbuf_tail = mbuf; in gve_rx_create_mbuf()
481 mbuf_tail->m_next = mbuf; in gve_rx_create_mbuf()
482 ctx->mbuf_tail = mbuf; in gve_rx_create_mbuf()
H A Dgve.h193 struct mbuf *mbuf_tail; member
/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.h90 struct mbuf *mbuf_tail; member
H A Dsfxge_rx.c458 c->mbuf_tail->m_next = mbuf; in sfxge_lro_merge()
459 c->mbuf_tail = mbuf; in sfxge_lro_merge()
491 c->mbuf_tail = c->mbuf; in sfxge_lro_start()