Searched refs:gve_rx_ring (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/google/gve/ |
D | gve_rx_dqo.c | 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() 226 struct gve_rx_ring *rx = &priv->rx[idx]; in gve_rx_alloc_ring_dqo() 294 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() 332 void gve_rx_post_buffers_dqo(struct gve_rx_ring *rx) in gve_rx_post_buffers_dqo() [all …]
|
D | gve_rx.c | 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() [all …]
|
D | gve.h | 161 struct gve_rx_ring { struct 452 struct gve_rx_ring *rx; /* rx rings on this block */ 499 struct gve_rx_ring *rx; /* array of rx_cfg.num_queues */ 860 void gve_rx_write_doorbell(struct gve_priv *priv, struct gve_rx_ring *rx); 862 bool gve_rx_work_pending(struct gve_rx_ring *rx);
|
D | gve_dqo.h | 44 void gve_rx_post_buffers_dqo(struct gve_rx_ring *rx);
|
D | gve_utils.c | 45 struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_add_to_block()
|
D | gve_ethtool.c | 177 struct gve_rx_ring *rx = &priv->rx[ring]; in gve_get_ethtool_stats() 255 struct gve_rx_ring *rx = &priv->rx[ring]; in gve_get_ethtool_stats()
|
D | gve_adminq.c | 532 struct gve_rx_ring *rx = &priv->rx[queue_index]; in gve_adminq_create_rx_queue()
|