Home
last modified time | relevance | path

Searched refs:pgcache (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c93 static inline struct pgcache *nicvf_alloc_page(struct nicvf *nic, in nicvf_alloc_page()
98 struct pgcache *pgcache, *next; in nicvf_alloc_page() local
101 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
102 page = pgcache->page; in nicvf_alloc_page()
112 if (ref_count == pgcache->ref_count) in nicvf_alloc_page()
113 pgcache->ref_count--; in nicvf_alloc_page()
136 pgcache->page = page; in nicvf_alloc_page()
137 pgcache->dma_addr = 0; in nicvf_alloc_page()
138 pgcache->ref_count = 0; in nicvf_alloc_page()
151 if (!pgcache->ref_count) { in nicvf_alloc_page()
[all …]
Dnicvf_queues.h215 struct pgcache { struct
236 struct pgcache *pgcache; argument