Home
last modified time | relevance | path

Searched refs:reformat_type (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c845 enum mlx5dv_flow_action_packet_reformat_type reformat_type, in __mlx5_glue_dv_create_flow_action_packet_reformat() argument
850 (ctx, data_sz, data, reformat_type, ft_type); in __mlx5_glue_dv_create_flow_action_packet_reformat()
853 (void)reformat_type; in __mlx5_glue_dv_create_flow_action_packet_reformat()
865 enum mlx5dv_flow_action_packet_reformat_type reformat_type, in mlx5_glue_dv_create_flow_action_packet_reformat() argument
875 reformat_type, data_sz, in mlx5_glue_dv_create_flow_action_packet_reformat()
887 (ctx, data_sz, data, reformat_type, ft_type); in mlx5_glue_dv_create_flow_action_packet_reformat()
892 (void)reformat_type; in mlx5_glue_dv_create_flow_action_packet_reformat()
H A Dmlx5_glue.h305 enum mlx5dv_flow_action_packet_reformat_type reformat_type,
312 enum mlx5dv_flow_action_packet_reformat_type reformat_type,
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.h195 (ctx, res->reformat_type, res->ft_type, in mlx5_flow_os_create_flow_action_packet_reformat()