Lines Matching refs:xdp_rxq_info
19 * The XDP RX-queue info (xdp_rxq_info) is associated with the driver
24 * reference to this xdp_rxq_info structure. This provides the XDP
62 struct xdp_rxq_info {
86 struct xdp_rxq_info *rxq;
119 xdp_init_buff(struct xdp_buff *xdp, u32 frame_sz, struct xdp_rxq_info *rxq)
261 /* Lifetime of xdp_rxq_info is limited to NAPI/enqueue time,
441 int __xdp_rxq_info_reg(struct xdp_rxq_info *xdp_rxq,
445 xdp_rxq_info_reg(struct xdp_rxq_info *xdp_rxq,
452 void xdp_rxq_info_unreg(struct xdp_rxq_info *xdp_rxq);
453 void xdp_rxq_info_unused(struct xdp_rxq_info *xdp_rxq);
454 bool xdp_rxq_info_is_reg(struct xdp_rxq_info *xdp_rxq);
455 int xdp_rxq_info_reg_mem_model(struct xdp_rxq_info *xdp_rxq,
457 void xdp_rxq_info_unreg_mem_model(struct xdp_rxq_info *xdp_rxq);
463 void xdp_rxq_info_attach_page_pool(struct xdp_rxq_info *xdp_rxq,
475 xdp_rxq_info_attach_mem_model(struct xdp_rxq_info *xdp_rxq,
489 static inline void xdp_rxq_info_detach_mem_model(struct xdp_rxq_info *xdp_rxq)