Home
last modified time | relevance | path

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

/linux/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)))
397 if (HWS_GET_MATCH_PARAM(match_param, outer_headers.cvlan_tag)) in hws_definer_outer_vlan_type_set()
399 else if (HWS_GET_MATCH_PARAM(match_param, outer_headers.svlan_tag)) in hws_definer_outer_vlan_type_set()
410 if (HWS_GET_MATCH_PARAM(match_param, inner_headers.cvlan_tag)) in hws_definer_inner_vlan_type_set()
412 else if (HWS_GET_MATCH_PARAM(match_param, inner_headers.svlan_tag)) in hws_definer_inner_vlan_type_set()
425 HWS_GET_MATCH_PARAM(match_param, misc_parameters.inner_second_cvlan_tag) : in hws_definer_second_vlan_type_set()
426 HWS_GET_MATCH_PARAM(match_param, misc_parameters.outer_second_cvlan_tag); in hws_definer_second_vlan_type_set()
428 HWS_GET_MATCH_PARAM(match_param, misc_parameters.inner_second_svlan_tag) : in hws_definer_second_vlan_type_set()
[all …]