Home
last modified time | relevance | path

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

/include/linux/mlx5/
Ddevice.h146 #define MLX5_GET_BE(type_t, typ, p, fld) ({ \ argument
147 type_t tmp; \
150 tmp = (__force type_t)MLX5_GET(typ, p, fld); \
153 tmp = (__force type_t)cpu_to_be16(MLX5_GET(typ, p, fld)); \
156 tmp = (__force type_t)cpu_to_be32(MLX5_GET(typ, p, fld)); \
159 tmp = (__force type_t)MLX5_GET64_BE(typ, p, fld); \