Home
last modified time | relevance | path

Searched refs:copy_action_in (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_accel/
H A Dmlx5_ipsec_fs.c1524 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in ipsec_status_rule()
1525 MLX5_SET(copy_action_in, action, src_field, MLX5_ACTION_IN_FIELD_IPSEC_SYNDROME); in ipsec_status_rule()
1526 MLX5_SET(copy_action_in, action, src_offset, 0); in ipsec_status_rule()
1527 MLX5_SET(copy_action_in, action, length, 7); in ipsec_status_rule()
1528 MLX5_SET(copy_action_in, action, dst_field, MLX5_ACTION_IN_FIELD_METADATA_REG_B); in ipsec_status_rule()
1529 MLX5_SET(copy_action_in, action, dst_offset, 24); in ipsec_status_rule()
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h5620 struct mlx5_ifc_copy_action_in_bits copy_action_in; member