Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c98 struct pgcache *pgcache, *next; in nicvf_alloc_page() local
101 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
172 return pgcache; in nicvf_alloc_page()
179 struct pgcache *pgcache = NULL; in nicvf_alloc_rcv_buffer() local
207 if (pgcache) in nicvf_alloc_rcv_buffer()
210 if (rbdr->is_xdp && pgcache && pgcache->dma_addr) { in nicvf_alloc_rcv_buffer()
224 if (pgcache) in nicvf_alloc_rcv_buffer()
292 rbdr->pgcache = kcalloc(rbdr->pgcnt, sizeof(*rbdr->pgcache), in nicvf_init_rbdr()
323 struct pgcache *pgcache; in nicvf_free_rbdr() local
363 pgcache = &rbdr->pgcache[head]; in nicvf_free_rbdr()
[all …]
H A Dnicvf_queues.h215 struct pgcache { struct
236 struct pgcache *pgcache; argument