Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c454 dst_cnt_size = MLX5_ST_SZ_BYTES(dest_format_struct); in mlx5_cmd_packet_reformat_alloc()
549 MLX5_SET(dest_format_struct, in_dests,
553 MLX5_SET(dest_format_struct, in_dests,
566 MLX5_SET(dest_format_struct, in_dests,
580 MLX5_SET(dest_format_struct, in_dests,
590 MLX5_SET(dest_format_struct, in_dests, destination_type,
592 MLX5_SET(dest_format_struct, in_dests, destination_id, id);
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h1712 struct mlx5_ifc_dest_format_struct_bits dest_format_struct; member