search for: mlx5_ifc_destroy_mkey_in_bit

Displaying 1 result from an estimated 1 matches for "mlx5_ifc_destroy_mkey_in_bit".

2020 Jul 16
0
[PATCH vhost next 08/10] vdpa/mlx5: Add support library for mlx5 VDPA implementation
...mkey(struct mlx5_vdpa_dev *mvdev, struct mlx5_core_mkey *mkey) | ^~~~~~~~~~~~~~~~~~~~~~ In file included from <command-line>: drivers/vdpa/mlx5/core/resources.c: In function 'mlx5_vdpa_destroy_mkey': >> include/linux/compiler_types.h:135:35: error: 'struct mlx5_ifc_destroy_mkey_in_bits' has no member named 'uid' 135 | #define __compiler_offsetof(a, b) __builtin_offsetof(a, b) | ^~~~~~~~~~~~~~~~~~ include/linux/stddef.h:17:32: note: in expansion of macro '__compiler_offsetof' 17 | #define offsetof(TYPE,...