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()
1002 struct page *xdp_page; in put_xdp_frags() local1008 xdp_page = skb_frag_page(&shinfo->frags[i]); in put_xdp_frags()1009 put_page(xdp_page); in put_xdp_frags()1180 struct page *xdp_page; in receive_small_xdp() local1207 xdp_page = xdp_linearize_page(rq, &num_buf, page, in receive_small_xdp()1210 if (!xdp_page) in receive_small_xdp()1213 buf = page_address(xdp_page); in receive_small_xdp()1215 page = xdp_page; in receive_small_xdp()1506 struct page *xdp_page; in mergeable_xdp_get_buf() local1542 xdp_page = xdp_linearize_page(rq, num_buf, in mergeable_xdp_get_buf()[all …]