Home
last modified time | relevance | path

Searched refs:matcher (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.h74 mlx5_flow_os_create_flow(void *matcher, void *match_value, in mlx5_flow_os_create_flow() argument
77 *flow = mlx5_glue->dv_create_flow(matcher, match_value, in mlx5_flow_os_create_flow()
149 void **matcher) in mlx5_flow_os_create_flow_matcher() argument
151 *matcher = mlx5_glue->dv_create_flow_matcher(ctx, attr, table); in mlx5_flow_os_create_flow_matcher()
152 return (*matcher) ? 0 : -1; in mlx5_flow_os_create_flow_matcher()
165 mlx5_flow_os_destroy_flow_matcher(void *matcher) in mlx5_flow_os_destroy_flow_matcher() argument
167 return mlx5_glue->dv_destroy_flow_matcher(matcher); in mlx5_flow_os_destroy_flow_matcher()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c36 if (priv->steer.rss[i].matcher) { in mlx5_vdpa_rss_flows_destroy()
38 (priv->steer.rss[i].matcher)); in mlx5_vdpa_rss_flows_destroy()
39 priv->steer.rss[i].matcher = NULL; in mlx5_vdpa_rss_flows_destroy()
204 priv->steer.rss[i].matcher = mlx5_glue->dv_create_flow_matcher in mlx5_vdpa_rss_flows_create()
206 if (!priv->steer.rss[i].matcher) { in mlx5_vdpa_rss_flows_create()
225 (priv->steer.rss[i].matcher, in mlx5_vdpa_rss_flows_create()
H A Dmlx5_vdpa.h111 struct mlx5dv_flow_matcher *matcher; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c7541 void *matcher, void *key, in flow_dv_translate_mlx5_item_tag() argument
7664 (matcher, key, in flow_dv_translate_item_port_id()
8491 void *matcher, void *key, in flow_dv_translate_item_tx_queue() argument
10543 matcher.crc = rte_raw_cksum((const void *)matcher.mask.buf, in flow_dv_translate()
10544 matcher.mask.size); in flow_dv_translate()
10546 matcher.priority); in flow_dv_translate()
10838 struct mlx5_flow_dv_matcher *matcher = handle->dvh.matcher; in flow_dv_matcher_release() local
12390 void *matcher = NULL; in mlx5_flow_dv_discover_counter_offset_support() local
12407 &matcher); in mlx5_flow_dv_discover_counter_offset_support()
12428 if (!matcher || (matcher && errno != EINVAL)) in mlx5_flow_dv_discover_counter_offset_support()
[all …]
H A Dmlx5_flow.h611 struct mlx5_flow_dv_matcher *matcher; /**< Cache to matcher. */ member
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c593 mlx5_glue_dv_create_flow(void *matcher, in mlx5_glue_dv_create_flow() argument
600 return mlx5dv_dr_rule_create(matcher, match_value, num_actions, in mlx5_glue_dv_create_flow()
611 return mlx5dv_create_flow(matcher, match_value, in mlx5_glue_dv_create_flow()
615 (void)matcher; in mlx5_glue_dv_create_flow()
857 mlx5_glue_dv_destroy_flow_matcher(void *matcher) in mlx5_glue_dv_destroy_flow_matcher() argument
861 return mlx5dv_dr_matcher_destroy(matcher); in mlx5_glue_dv_destroy_flow_matcher()
863 return mlx5dv_destroy_flow_matcher(matcher); in mlx5_glue_dv_destroy_flow_matcher()
866 (void)matcher; in mlx5_glue_dv_destroy_flow_matcher()
H A Dmlx5_glue.h249 void *(*dv_create_flow)(void *matcher, void *match_value,
271 int (*dv_destroy_flow_matcher)(void *matcher);
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dxpedite5301.dts536 /* PME (pattern-matcher) */
H A Dxpedite5370.dts534 /* PME (pattern-matcher) */
H A Dxcalibur1501.dts626 /* PME (pattern-matcher) */
H A Dxpedite5330.dts572 /* PME (pattern-matcher) */