Searched refs:rx_queue_index (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_context_test_run.c | 25 __u32 ingress_ifindex, __u32 rx_queue_index, in test_xdp_context_error() argument 33 .rx_queue_index = rx_queue_index, in test_xdp_context_error()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | xdp_metadata.c | 102 return bpf_redirect_map(&xsk, ctx->rx_queue_index, XDP_PASS); 108 return bpf_redirect_map(&dev_map, ctx->rx_queue_index, XDP_PASS);
|
| H A D | xdp_hw_metadata.c | 114 return bpf_redirect_map(&xsk, ctx->rx_queue_index, XDP_PASS); in rx()
|
| /linux/Documentation/bpf/ |
| H A D | map_xskmap.rst | 154 __u32 index = ctx->rx_queue_index;
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 674 int rx_queue_index = h->kinfo.num_tqps; in hns3_get_ringparam() local 685 param->rx_pending = priv->ring[rx_queue_index].desc_num; in hns3_get_ringparam() 686 kernel_param->rx_buf_len = priv->ring[rx_queue_index].buf_size; in hns3_get_ringparam()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 6565 __u32 rx_queue_index; /* rxq->queue_index */ 6530 __u32 rx_queue_index; /* rxq->queue_index */ global() member
|
| /linux/Documentation/networking/ |
| H A D | af_xdp.rst | 568 int index = ctx->rx_queue_index;
|
| /linux/net/core/ |
| H A D | filter.c | 9281 case offsetof(struct xdp_md, rx_queue_index): in xdp_is_valid_access() 10390 case offsetof(struct xdp_md, rx_queue_index): in xdp_convert_ctx_access()
|