Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mlx5/
A Ddevice.h56 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… macro
58 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld))
79 << __mlx5_dw_bit_off(typ, fld))); \
92 << __mlx5_dw_bit_off(typ, fld))); \
96 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \

Completed in 9 milliseconds