Lines Matching refs:xdp_rxq_info
14 * The XDP RX-queue info (xdp_rxq_info) is associated with the driver
19 * reference to this xdp_rxq_info structure. This provides the XDP
57 struct xdp_rxq_info {
73 struct xdp_rxq_info *rxq;
100 /* Lifetime of xdp_rxq_info is limited to NAPI/enqueue time,
213 int xdp_rxq_info_reg(struct xdp_rxq_info *xdp_rxq,
215 void xdp_rxq_info_unreg(struct xdp_rxq_info *xdp_rxq);
216 void xdp_rxq_info_unused(struct xdp_rxq_info *xdp_rxq);
217 bool xdp_rxq_info_is_reg(struct xdp_rxq_info *xdp_rxq);
218 int xdp_rxq_info_reg_mem_model(struct xdp_rxq_info *xdp_rxq,
220 void xdp_rxq_info_unreg_mem_model(struct xdp_rxq_info *xdp_rxq);