Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.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()
213 HWS_GET_MATCH_PARAM(match_param, misc_parameters.inner_second_cvlan_tag) : in hws_definer_second_vlan_type_set()
214 HWS_GET_MATCH_PARAM(match_param, misc_parameters.outer_second_cvlan_tag); in hws_definer_second_vlan_type_set()
216 HWS_GET_MATCH_PARAM(match_param, misc_parameters.inner_second_svlan_tag) : in hws_definer_second_vlan_type_set()
[all …]