Searched refs:origin (Results 1 – 11 of 11) sorted by relevance
| /dpdk/devtools/ |
| H A D | git-log-fixes.sh | 17 The oldest bug origin is printed as well as partially fixed versions. 69 for origin in $* ; do 73 local origver=$(commit_version $origin) 74 local roothashes="$(origin_filter $origin)"
|
| H A D | check-git-log.sh | 19 If no range provided, default is origin/main..HEAD. 30 range=${1:-origin/main..}
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.h | 921 #define hns3_set_field(origin, mask, shift, val) \ argument 923 (origin) &= (~(mask)); \ 924 (origin) |= ((val) << (shift)) & (mask); \ 926 #define hns3_get_field(origin, mask, shift) \ argument 927 (((origin) & (mask)) >> (shift)) 928 #define hns3_set_bit(origin, shift, val) \ argument 929 hns3_set_field((origin), (0x1UL << (shift)), (shift), (val)) 930 #define hns3_get_bit(origin, shift) \ argument 931 hns3_get_field((origin), (0x1UL << (shift)), (shift))
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 413 act_data->shared_rss.level = rss->origin.level; in __flow_hw_act_data_shared_rss_append() 414 act_data->shared_rss.types = !rss->origin.types ? RTE_ETH_RSS_IP : in __flow_hw_act_data_shared_rss_append() 415 rss->origin.types; in __flow_hw_act_data_shared_rss_append() 859 act_data.shared_rss.level = shared_rss->origin.level; in flow_hw_shared_action_construct() 860 act_data.shared_rss.types = !shared_rss->origin.types ? in flow_hw_shared_action_construct() 862 shared_rss->origin.types; in flow_hw_shared_action_construct()
|
| H A D | mlx5_flow_dv.c | 14980 (dev, shared_rss->origin.queue, in __flow_dv_action_rss_setup() 14981 shared_rss->origin.queue_num, in __flow_dv_action_rss_setup() 15004 if (shared_rss->origin.level > 1) { in __flow_dv_action_rss_setup() 15057 struct rte_flow_action_rss *origin; in __flow_dv_action_rss_create() local 15076 origin = &shared_rss->origin; in __flow_dv_action_rss_create() 15077 origin->func = rss->func; in __flow_dv_action_rss_create() 15078 origin->level = rss->level; in __flow_dv_action_rss_create() 15084 origin->key = &shared_rss->key[0]; in __flow_dv_action_rss_create() 15085 origin->key_len = MLX5_RSS_HASH_KEY_LEN; in __flow_dv_action_rss_create() 15086 origin->queue = rss->queue; in __flow_dv_action_rss_create() [all …]
|
| H A D | mlx5_flow.h | 1229 struct rte_flow_action_rss origin; /**< Original rte RSS action. */ member
|
| H A D | mlx5_flow.c | 4200 &shared_rss->origin; in flow_action_handles_translate()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | switch_representation.rst | 296 In the following diagram, each meaningful traffic origin or endpoint as seen 413 their meaning while applying to the chosen origin, as highlighted by the 480 it with "ingress" or "egress" and a specific origin requests a flow rule to 539 neither the "transfer" attribute nor traffic origin in flow rule patterns
|
| H A D | mbuf_lib.rst | 77 are not modified by the user once created (mbuf type, origin pool, buffer start address, and so on).
|
| H A D | rte_flow.rst | 65 makes group 0 the origin of any group hierarchy defined by an application.
|
| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 244 …kernel.org/doc/html/latest/process/submitting-patches.html#developer-s-certificate-of-origin-1-1>`_
|