Searched refs:gve_rx_slot_page_info (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/google/gve/ |
D | gve_utils.h | 21 struct gve_rx_slot_page_info *page_info, u16 len, 25 void gve_dec_pagecnt_bias(struct gve_rx_slot_page_info *page_info);
|
D | gve_rx.c | 13 struct gve_rx_slot_page_info *page_info, in gve_rx_free_buffer() 69 static void gve_setup_rx_buffer(struct gve_rx_slot_page_info *page_info, in gve_setup_rx_buffer() 82 struct gve_rx_slot_page_info *page_info, in gve_rx_alloc_buffer() 301 struct gve_rx_slot_page_info *page_info, in gve_rx_add_frags() 321 static void gve_rx_flip_buff(struct gve_rx_slot_page_info *page_info, __be64 *slot_addr) in gve_rx_flip_buff() 330 static int gve_rx_can_recycle_buffer(struct gve_rx_slot_page_info *page_info) in gve_rx_can_recycle_buffer() 347 struct gve_rx_slot_page_info *page_info, u16 len, in gve_rx_raw_addressing() 368 struct gve_rx_ring *rx, struct gve_rx_slot_page_info *page_info, in gve_rx_qpl() 411 struct gve_rx_slot_page_info *page_info; in gve_rx_ctx_init() 489 struct gve_rx_slot_page_info *page_info, struct napi_struct *napi, in gve_rx_skb() [all …]
|
D | gve_utils.c | 52 struct gve_rx_slot_page_info *page_info, u16 len, in gve_rx_copy() 85 void gve_dec_pagecnt_bias(struct gve_rx_slot_page_info *page_info) in gve_dec_pagecnt_bias()
|
D | gve.h | 58 struct gve_rx_slot_page_info { struct 80 struct gve_rx_slot_page_info *page_info; /* page info of the buffers */ argument 125 struct gve_rx_slot_page_info page_info;
|