Lines Matching defs:rx
33 static struct gve_rx_buf_state_dqo *gve_alloc_buf_state(struct gve_rx_ring *rx) in gve_alloc_buf_state()
53 static bool gve_buf_state_is_allocated(struct gve_rx_ring *rx, in gve_buf_state_is_allocated()
61 static void gve_free_buf_state(struct gve_rx_ring *rx, in gve_free_buf_state()
71 gve_dequeue_buf_state(struct gve_rx_ring *rx, struct gve_index_list *list) in gve_dequeue_buf_state()
93 static void gve_enqueue_buf_state(struct gve_rx_ring *rx, in gve_enqueue_buf_state()
113 gve_get_recycled_buf_state(struct gve_rx_ring *rx) in gve_get_recycled_buf_state()
178 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_free_ring_dqo() local
226 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_alloc_ring_dqo() local
294 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() local
332 void gve_rx_post_buffers_dqo(struct gve_rx_ring *rx) in gve_rx_post_buffers_dqo()
379 static void gve_try_recycle_buf(struct gve_priv *priv, struct gve_rx_ring *rx, in gve_try_recycle_buf()
468 static void gve_rx_free_skb(struct gve_rx_ring *rx) in gve_rx_free_skb()
483 u16 buf_len, struct gve_rx_ring *rx, in gve_rx_append_frags()
518 static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_dqo()
630 static int gve_rx_complete_skb(struct gve_rx_ring *rx, struct napi_struct *napi, in gve_rx_complete_skb()
668 struct gve_rx_ring *rx = block->rx; in gve_rx_poll_dqo() local