Home
last modified time | relevance | path

Searched refs:arc_parse_graph_node (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c699 if (ia->arc_parse_graph_node != 0) { in mlx5_devx_cmd_create_flex_parser()
705 MLX5_SET(parse_graph_arc, in_off, arc_parse_graph_node, in mlx5_devx_cmd_create_flex_parser()
706 ia->arc_parse_graph_node); in mlx5_devx_cmd_create_flex_parser()
711 if (oa->arc_parse_graph_node != 0) { in mlx5_devx_cmd_create_flex_parser()
717 MLX5_SET(parse_graph_arc, out_off, arc_parse_graph_node, in mlx5_devx_cmd_create_flex_parser()
718 oa->arc_parse_graph_node); in mlx5_devx_cmd_create_flex_parser()
H A Dmlx5_devx_cmds.h526 uint32_t arc_parse_graph_node:8; member
H A Dmlx5_prm.h3830 u8 arc_parse_graph_node[0x8]; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c1077 arc->arc_parse_graph_node = arc_type; in mlx5_flex_translate_arc_in()
1136 arc->arc_parse_graph_node = arc_type; in mlx5_flex_translate_arc_out()
H A Dmlx5.c921 node.in[0].arc_parse_graph_node = MLX5_GRAPH_ARC_NODE_MAC; in mlx5_flex_parser_ecpri_alloc()