Home
last modified time | relevance | path

Searched refs:reuse_frags (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve_rx.c154 ctx->reuse_frags = false; in gve_rx_ctx_clear()
380 if (ctx->reuse_frags) { in gve_rx_qpl()
414 bool reuse_frags, can_flip; in gve_rx_ctx_init() local
424 reuse_frags = can_flip; in gve_rx_ctx_init()
448 reuse_frags = reuse_frags && recycle > 0; in gve_rx_ctx_init()
461 ctx->reuse_frags = reuse_frags; in gve_rx_ctx_init()
468 if (ctx->total_expected_size > priv->rx_copybreak && !ctx->reuse_frags && qpl_mode) { in gve_rx_ctx_init()
525 if (ctx->reuse_frags) { in gve_rx_skb()
Dgve.h155 u8 reuse_frags; member