Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
A Dnicvf_queues.c97 struct pgcache *pgcache, *next; in nicvf_alloc_page() local
100 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
171 return pgcache; in nicvf_alloc_page()
178 struct pgcache *pgcache = NULL; in nicvf_alloc_rcv_buffer() local
206 if (pgcache) in nicvf_alloc_rcv_buffer()
209 if (rbdr->is_xdp && pgcache && pgcache->dma_addr) { in nicvf_alloc_rcv_buffer()
223 if (pgcache) in nicvf_alloc_rcv_buffer()
291 rbdr->pgcache = kcalloc(rbdr->pgcnt, sizeof(*rbdr->pgcache), in nicvf_init_rbdr()
322 struct pgcache *pgcache; in nicvf_free_rbdr() local
362 pgcache = &rbdr->pgcache[head]; in nicvf_free_rbdr()
[all …]
A Dnicvf_queues.h215 struct pgcache { struct
236 struct pgcache *pgcache; argument

Completed in 11 milliseconds