Home
last modified time | relevance | path

Searched refs:rx_queue_index (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dxdp_context_test_run.c8 __u32 ingress_ifindex, __u32 rx_queue_index, in test_xdp_context_error() argument
16 .rx_queue_index = rx_queue_index, in test_xdp_context_error()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dxdp_metadata.c61 return bpf_redirect_map(&xsk, ctx->rx_queue_index, XDP_PASS); in rx()
Dxdp_hw_metadata.c90 return bpf_redirect_map(&xsk, ctx->rx_queue_index, XDP_PASS); in rx()
/Linux-v6.6/net/bpf/
Dtest_run.c1082 unsigned int ingress_ifindex, rx_queue_index; in xdp_convert_md_to_buff() local
1093 rx_queue_index = xdp_md->rx_queue_index; in xdp_convert_md_to_buff()
1095 if (!ingress_ifindex && rx_queue_index) in xdp_convert_md_to_buff()
1104 if (rx_queue_index >= device->real_num_rx_queues) in xdp_convert_md_to_buff()
1107 rxqueue = __netif_get_rx_queue(device, rx_queue_index); in xdp_convert_md_to_buff()
/Linux-v6.6/Documentation/bpf/
Dmap_xskmap.rst154 __u32 index = ctx->rx_queue_index;
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c678 int rx_queue_index = h->kinfo.num_tqps; in hns3_get_ringparam() local
689 param->rx_pending = priv->ring[rx_queue_index].desc_num; in hns3_get_ringparam()
690 kernel_param->rx_buf_len = priv->ring[rx_queue_index].buf_size; in hns3_get_ringparam()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c511 case offsetof(struct xdp_md, rx_queue_index): in nfp_bpf_check_store()
Djit.c2972 case offsetof(struct xdp_md, rx_queue_index): in mem_stx_xdp()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6300 __u32 rx_queue_index; /* rxq->queue_index */ member
/Linux-v6.6/include/uapi/linux/
Dbpf.h6300 __u32 rx_queue_index; /* rxq->queue_index */ member
/Linux-v6.6/Documentation/networking/
Daf_xdp.rst563 int index = ctx->rx_queue_index;
/Linux-v6.6/net/core/
Dfilter.c8876 case offsetof(struct xdp_md, rx_queue_index): in xdp_is_valid_access()
9967 case offsetof(struct xdp_md, rx_queue_index): in xdp_convert_ctx_access()