Searched refs:_misc (Results 1 – 3 of 3) sorted by relevance
72 #define DR_STE_IS_OUTER_MPLS_OVER_GRE_SET(_misc) (\ argument73 (_misc)->outer_first_mpls_over_gre_label || \74 (_misc)->outer_first_mpls_over_gre_exp || \75 (_misc)->outer_first_mpls_over_gre_s_bos || \76 (_misc)->outer_first_mpls_over_gre_ttl)78 #define DR_STE_IS_OUTER_MPLS_OVER_UDP_SET(_misc) (\ argument79 (_misc)->outer_first_mpls_over_udp_label || \80 (_misc)->outer_first_mpls_over_udp_exp || \81 (_misc)->outer_first_mpls_over_udp_s_bos || \82 (_misc)->outer_first_mpls_over_udp_ttl)
59 (_misc)._inner_outer##_second_vid || \60 (_misc)._inner_outer##_second_cfi || \61 (_misc)._inner_outer##_second_prio || \62 (_misc)._inner_outer##_second_cvlan_tag || \63 (_misc)._inner_outer##_second_svlan_tag)69 (_misc)._inner_outer##_ipv6_flow_label)89 (_misc)->outer_first_mpls_over_gre_label || \90 (_misc)->outer_first_mpls_over_gre_exp || \92 (_misc)->outer_first_mpls_over_gre_ttl)96 (_misc)->outer_first_mpls_over_udp_exp || \[all …]
2534 #define TEGRA210_UPHY_LANE(_name, _offset, _shift, _mask, _type, _misc) \ argument2542 .regs.misc_ctl2 = _misc, \
Completed in 14 milliseconds