Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mlx5/
Ddevice.h53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) macro
76 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
77 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
89 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
90 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
96 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \