Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c592 if (ia->arc_parse_graph_node != 0) { in mlx5_devx_cmd_create_flex_parser()
598 MLX5_SET(parse_graph_arc, in_off, arc_parse_graph_node, in mlx5_devx_cmd_create_flex_parser()
599 ia->arc_parse_graph_node); in mlx5_devx_cmd_create_flex_parser()
604 if (oa->arc_parse_graph_node != 0) { in mlx5_devx_cmd_create_flex_parser()
610 MLX5_SET(parse_graph_arc, out_off, arc_parse_graph_node, in mlx5_devx_cmd_create_flex_parser()
611 oa->arc_parse_graph_node); in mlx5_devx_cmd_create_flex_parser()
H A Dmlx5_devx_cmds.h360 uint32_t arc_parse_graph_node:8; member
H A Dmlx5_prm.h2870 u8 arc_parse_graph_node[0x8]; member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.c663 node.in[0].arc_parse_graph_node = MLX5_GRAPH_ARC_NODE_MAC; in mlx5_flex_parser_ecpri_alloc()