Lines Matching defs:rx
19 static void gve_rx_free_hdr_bufs(struct gve_priv *priv, struct gve_rx_ring *rx) in gve_rx_free_hdr_bufs()
31 static void gve_rx_init_ring_state_dqo(struct gve_rx_ring *rx, in gve_rx_init_ring_state_dqo()
68 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_reset_ring_dqo() local
112 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_stop_ring_dqo() local
124 void gve_rx_free_ring_dqo(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_free_ring_dqo()
187 static int gve_rx_alloc_hdr_bufs(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_rx_alloc_hdr_bufs()
210 struct gve_rx_ring *rx, in gve_rx_alloc_ring_dqo()
299 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() local
308 struct gve_rx_ring *rx; in gve_rx_alloc_rings_dqo() local
340 struct gve_rx_ring *rx = cfg->rx; in gve_rx_free_rings_dqo() local
353 void gve_rx_post_buffers_dqo(struct gve_rx_ring *rx) in gve_rx_post_buffers_dqo()
440 static void gve_rx_free_skb(struct napi_struct *napi, struct gve_rx_ring *rx) in gve_rx_free_skb()
452 static bool gve_rx_should_trigger_copy_ondemand(struct gve_rx_ring *rx) in gve_rx_should_trigger_copy_ondemand()
463 static int gve_rx_copy_ondemand(struct gve_rx_ring *rx, in gve_rx_copy_ondemand()
489 static void gve_skb_add_rx_frag(struct gve_rx_ring *rx, in gve_skb_add_rx_frag()
513 u16 buf_len, struct gve_rx_ring *rx, in gve_rx_append_frags()
550 static void gve_xdp_done_dqo(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_xdp_done_dqo()
577 static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_dqo()
754 static int gve_rx_complete_skb(struct gve_rx_ring *rx, struct napi_struct *napi, in gve_rx_complete_skb()
792 struct gve_rx_ring *rx = block->rx; in gve_rx_poll_dqo() local