Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx5/
Ddevice.h52 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) macro
70 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
71 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
78 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
79 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
85 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \