Searched refs:rx_queue_index (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_context_test_run.c | 8 __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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | xdp_metadata.c | 61 return bpf_redirect_map(&xsk, ctx->rx_queue_index, XDP_PASS); in rx()
|
H A D | xdp_hw_metadata.c | 90 return bpf_redirect_map(&xsk, ctx->rx_queue_index, XDP_PASS); in rx()
|
/openbmc/linux/net/bpf/ |
H A D | test_run.c | 1086 unsigned int ingress_ifindex, rx_queue_index; in xdp_convert_md_to_buff() local 1097 rx_queue_index = xdp_md->rx_queue_index; in xdp_convert_md_to_buff() 1099 if (!ingress_ifindex && rx_queue_index) in xdp_convert_md_to_buff() 1108 if (rx_queue_index >= device->real_num_rx_queues) in xdp_convert_md_to_buff() 1111 rxqueue = __netif_get_rx_queue(device, rx_queue_index); in xdp_convert_md_to_buff()
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_xskmap.rst | 154 __u32 index = ctx->rx_queue_index;
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 693 int rx_queue_index = h->kinfo.num_tqps; in hns3_get_ringparam() local 704 param->rx_pending = priv->ring[rx_queue_index].desc_num; in hns3_get_ringparam() 705 kernel_param->rx_buf_len = priv->ring[rx_queue_index].buf_size; in hns3_get_ringparam()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 511 case offsetof(struct xdp_md, rx_queue_index): in nfp_bpf_check_store()
|
H A D | jit.c | 2972 case offsetof(struct xdp_md, rx_queue_index): in mem_stx_xdp()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6322 __u32 rx_queue_index; /* rxq->queue_index */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6325 __u32 rx_queue_index; /* rxq->queue_index */ member
|
/openbmc/linux/Documentation/networking/ |
H A D | af_xdp.rst | 563 int index = ctx->rx_queue_index;
|
/openbmc/linux/net/core/ |
H A D | filter.c | 8996 case offsetof(struct xdp_md, rx_queue_index): in xdp_is_valid_access() 10087 case offsetof(struct xdp_md, rx_queue_index): in xdp_convert_ctx_access()
|