Searched refs:xdp_page (Results 1 – 4 of 4) sorted by relevance
528 sq->xdp_page = kcalloc(q_len, sizeof(u64), GFP_KERNEL); in nicvf_init_snd_queue()529 if (!sq->xdp_page) in nicvf_init_snd_queue()535 sq->xdp_page = NULL; in nicvf_init_snd_queue()595 if (!skb || !sq->xdp_page) in nicvf_free_snd_queue()598 page = (struct page *)sq->xdp_page[sq->head]; in nicvf_free_snd_queue()623 kfree(sq->xdp_page); in nicvf_free_snd_queue()1233 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()
1563 struct page *xdp_page; in put_xdp_frags() local1569 xdp_page = skb_frag_page(&shinfo->frags[i]); in put_xdp_frags()1570 put_page(xdp_page); in put_xdp_frags()1741 struct page *xdp_page; in receive_small_xdp() local1768 xdp_page = xdp_linearize_page(rq, &num_buf, page, in receive_small_xdp()1771 if (!xdp_page) in receive_small_xdp()1774 buf = page_address(xdp_page); in receive_small_xdp()1776 page = xdp_page; in receive_small_xdp()2067 struct page *xdp_page; in mergeable_xdp_get_buf() local2103 xdp_page = xdp_linearize_page(rq, num_buf, in mergeable_xdp_get_buf()[all …]