Home
last modified time | relevance | path

Searched refs:MLX5_ST_SZ_BYTES (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dfw.c74 u8 in[MLX5_ST_SZ_BYTES(query_hca_cap_in)]; in mlx5_query_odp_caps()
75 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_query_odp_caps()
Dmain.c363 u8 in[MLX5_ST_SZ_BYTES(query_hca_cap_in)]; in mlx5_core_get_caps()
364 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_core_get_caps()
415 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in handle_hca_cap()
/linux-4.1.27/include/linux/mlx5/
Ddevice.h59 #define MLX5_ST_SZ_BYTES(typ) (sizeof(struct mlx5_ifc_##typ##_bits) / 8) macro