Searched refs:pgcache (Results 1 – 2 of 2) sorted by relevance
97 struct pgcache *pgcache, *next; in nicvf_alloc_page() local100 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() local206 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() local362 pgcache = &rbdr->pgcache[head]; in nicvf_free_rbdr()[all …]
215 struct pgcache { struct236 struct pgcache *pgcache; argument
Completed in 11 milliseconds