Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c189 dest_size * MLX5_ST_SZ_BYTES(dest_format_struct); in mlx5_cmd_fs_set_fte()
236 MLX5_SET(dest_format_struct, in_dests, destination_type, in mlx5_cmd_fs_set_fte()
243 MLX5_SET(dest_format_struct, in_dests, destination_id, id); in mlx5_cmd_fs_set_fte()
244 in_dests += MLX5_ST_SZ_BYTES(dest_format_struct); in mlx5_cmd_fs_set_fte()
/freebsd-13.1/sys/dev/mlx5/
H A Dmlx5_ifc.h1355 struct mlx5_ifc_dest_format_struct_bits dest_format_struct; member