Home
last modified time | relevance | path

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

/include/linux/mlx5/
Ddevice.h54 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) macro
55 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld))
69 (~__mlx5_dw_mask(typ, fld))) | (((v) & __mlx5_mask(typ, fld)) \
75 __mlx5_mask(typ, fld))