Searched refs:xdp_page (Results 1 – 4 of 4) sorted by relevance
527 sq->xdp_page = kcalloc(q_len, sizeof(u64), GFP_KERNEL); in nicvf_init_snd_queue()528 if (!sq->xdp_page) in nicvf_init_snd_queue()534 sq->xdp_page = NULL; in nicvf_init_snd_queue()594 if (!skb || !sq->xdp_page) in nicvf_free_snd_queue()597 page = (struct page *)sq->xdp_page[sq->head]; in nicvf_free_snd_queue()622 kfree(sq->xdp_page); in nicvf_free_snd_queue()1232 sq->xdp_page[qentry] = (u64)virt_to_page((void *)data); in nicvf_xdp_sq_add_hdr_subdesc()
274 u64 *xdp_page; member
679 page = (struct page *)sq->xdp_page[cqe_tx->sqe_ptr]; in nicvf_snd_pkt_handler()688 sq->xdp_page[cqe_tx->sqe_ptr] = (u64)NULL; in nicvf_snd_pkt_handler()
1777 struct page *xdp_page; in put_xdp_frags() local 1783 xdp_page = skb_frag_page(&shinfo->frags[i]); in put_xdp_frags() 1784 put_page(xdp_page); in put_xdp_frags() 1965 struct page *xdp_page; in receive_small_xdp() local 1992 xdp_page = xdp_linearize_page(dev, rq, &num_buf, page, in receive_small_xdp() 1995 if (!xdp_page) in receive_small_xdp() 1998 buf = page_address(xdp_page); in receive_small_xdp() 2000 page = xdp_page; in receive_small_xdp() 2292 struct page *xdp_page; in mergeable_xdp_get_buf() local 2328 xdp_page in mergeable_xdp_get_buf() [all...]