Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/mlx5/
Ddevice.h57 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… macro
59 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld))
80 << __mlx5_dw_bit_off(typ, fld))); \
93 << __mlx5_dw_bit_off(typ, fld))); \
97 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \