Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c101 __mlx5_dw_off(fte_match_param, inner_headers.src_ipv4_src_ipv6); in hws_dword_is_inner_ipaddr_off()
110 __mlx5_dw_off(fte_match_param, outer_headers.src_ipv4_src_ipv6); in hws_dword_is_outer_ipaddr_off()
199 __mlx5_dw_off(fte_match_param, in hws_avoid_ipv6_split()
202 __mlx5_dw_off(fte_match_param, in hws_avoid_ipv6_split()
205 __mlx5_dw_off(fte_match_param, in hws_avoid_ipv6_split()
208 __mlx5_dw_off(fte_match_param, in hws_avoid_ipv6_split()
H A Ddefiner.c97 u32 dw_off = __mlx5_dw_off(fte_match_param, hdr); \
/linux/include/linux/mlx5/
H A 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)) & \