Home
last modified time | relevance | path

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

/linux/include/linux/mlx5/
A Ddevice.h59 #define __mlx5_mask16(typ, fld) ((u16)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) macro
60 #define __mlx5_16_mask(typ, fld) (__mlx5_mask16(typ, fld) << __mlx5_16_bit_off(typ, fld))
130 __mlx5_mask16(typ, fld))
137 (~__mlx5_16_mask(typ, fld))) | (((_v) & __mlx5_mask16(typ, fld)) \

Completed in 9 milliseconds