Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c368 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps()
372 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps()
/linux-4.4.14/include/linux/mlx5/
Ddevice.h62 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro