Lines Matching defs:page
69 * allocs and uses a non-qpl page on the receive path of DQO QPL to free
82 /* The page info for a single slot in the RX data queue */
84 struct page *page;
86 u32 page_offset; /* offset to write to in page */
89 u8 can_flip; /* tracks if the networking stack is using the page */
98 struct page **pages; /* list of num_entries pages */
106 struct gve_rx_slot_page_info *page_info; /* page info of the buffers */
150 /* The page posted to HW. */
156 /* Last offset into the page when it only had a single reference, at
245 /* index into queue page list */
266 u64 rx_frag_alloc_cnt; /* free-running count of rx page allocations */
542 /* Each QPL page is divided into TX bounce buffers
699 u32 page_alloc_fail; /* count of page alloc fails */
914 /* Returns the number of tx queue page lists
924 /* Returns the number of XDP tx queue page lists
934 /* Returns the number of rx queue page lists
1035 struct page **page, dma_addr_t *dma,
1037 void gve_free_page(struct device *dev, struct page *page, dma_addr_t dma,