Searched refs:matcher (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_flow_os.h | 74 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 D | mlx5_vdpa_steer.c | 36 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 D | mlx5_vdpa.h | 111 struct mlx5dv_flow_matcher *matcher; member
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 7541 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 D | mlx5_flow.h | 611 struct mlx5_flow_dv_matcher *matcher; /**< Cache to matcher. */ member
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.c | 593 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 D | mlx5_glue.h | 249 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 D | xpedite5301.dts | 536 /* PME (pattern-matcher) */
|
| H A D | xpedite5370.dts | 534 /* PME (pattern-matcher) */
|
| H A D | xcalibur1501.dts | 626 /* PME (pattern-matcher) */
|
| H A D | xpedite5330.dts | 572 /* PME (pattern-matcher) */
|