Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mlx5/
Ddevice.h54 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) macro
77 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
78 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
90 *((__be32 *)(p) + __mlx5_dw_off(typ, fld)) = \
91 cpu_to_be32((be32_to_cpu(*((__be32 *)(p) + __mlx5_dw_off(typ, fld))) & \
97 __mlx5_dw_off(typ, fld))) >> __mlx5_dw_bit_off(typ, fld)) & \
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.c97 u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \