Lines Matching refs:gve_rx_ring
23 static void gve_rx_unfill_pages(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_unfill_pages()
45 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_free_ring()
98 static int gve_prefill_rx_pages(struct gve_rx_ring *rx) in gve_prefill_rx_pages()
159 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_alloc_ring()
279 void gve_rx_write_doorbell(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_write_doorbell()
368 struct gve_rx_ring *rx, struct gve_rx_slot_page_info *page_info, in gve_rx_qpl()
407 static bool gve_rx_ctx_init(struct gve_rx_ctx *ctx, struct gve_rx_ring *rx) in gve_rx_ctx_init()
488 static struct sk_buff *gve_rx_skb(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_skb()
537 static bool gve_rx(struct gve_rx_ring *rx, netdev_features_t feat, in gve_rx()
634 bool gve_rx_work_pending(struct gve_rx_ring *rx) in gve_rx_work_pending()
648 static bool gve_rx_refill_buffers(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_refill_buffers()
704 static int gve_clean_rx_done(struct gve_rx_ring *rx, int budget, in gve_clean_rx_done()
775 struct gve_rx_ring *rx = block->rx; in gve_rx_poll()