Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c87 #define HWS_GET_MATCH_PARAM(match_param, hdr) \ macro
91 (!!(HWS_GET_MATCH_PARAM(match_param, hdr)))
107 !!(HWS_GET_MATCH_PARAM(match_param, hdr)))
185 if (HWS_GET_MATCH_PARAM(match_param, outer_headers.cvlan_tag)) in hws_definer_outer_vlan_type_set()
187 else if (HWS_GET_MATCH_PARAM(match_param, outer_headers.svlan_tag)) in hws_definer_outer_vlan_type_set()
198 if (HWS_GET_MATCH_PARAM(match_param, inner_headers.cvlan_tag)) in hws_definer_inner_vlan_type_set()
200 else if (HWS_GET_MATCH_PARAM(match_param, inner_headers.svlan_tag)) in hws_definer_inner_vlan_type_set()
550 if (HWS_GET_MATCH_PARAM(match_param, outer_headers.cvlan_tag) || in hws_definer_conv_outer()
551 HWS_GET_MATCH_PARAM(match_param, outer_headers.svlan_tag)) { in hws_definer_conv_outer()
706 if (HWS_GET_MATCH_PARAM(match_param, inner_headers.cvlan_tag) || in hws_definer_conv_inner()
[all …]