Searched refs:gve_rx_slot_page_info (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/google/gve/ |
D | gve_utils.h | 26 struct gve_rx_slot_page_info *page_info, u16 len); 29 void gve_dec_pagecnt_bias(struct gve_rx_slot_page_info *page_info);
|
D | gve_rx.c | 16 struct gve_rx_slot_page_info *page_info, in gve_rx_free_buffer() 144 static void gve_setup_rx_buffer(struct gve_rx_slot_page_info *page_info, in gve_setup_rx_buffer() 157 struct gve_rx_slot_page_info *page_info, in gve_rx_alloc_buffer() 446 struct gve_rx_slot_page_info *page_info, in gve_rx_add_frags() 488 static void gve_rx_flip_buff(struct gve_rx_slot_page_info *page_info, __be64 *slot_addr) in gve_rx_flip_buff() 497 static int gve_rx_can_recycle_buffer(struct gve_rx_slot_page_info *page_info) in gve_rx_can_recycle_buffer() 514 struct gve_rx_slot_page_info *page_info, u16 len, in gve_rx_raw_addressing() 534 struct gve_rx_slot_page_info *page_info, in gve_rx_copy_to_pool() 539 struct gve_rx_slot_page_info *copy_page_info; in gve_rx_copy_to_pool() 557 struct gve_rx_slot_page_info alloc_page_info; in gve_rx_copy_to_pool() [all …]
|
D | gve_utils.c | 84 struct gve_rx_slot_page_info *page_info, u16 len) in gve_rx_copy() 92 void gve_dec_pagecnt_bias(struct gve_rx_slot_page_info *page_info) in gve_dec_pagecnt_bias()
|
D | gve.h | 101 struct gve_rx_slot_page_info { struct 124 struct gve_rx_slot_page_info *page_info; /* page info of the buffers */ argument 174 struct gve_rx_slot_page_info page_info; 229 struct gve_rx_slot_page_info *qpl_copy_pool;
|