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)
66 (_misc)._inner_outer##_second_vid || \67 (_misc)._inner_outer##_second_cfi || \68 (_misc)._inner_outer##_second_prio || \69 (_misc)._inner_outer##_second_cvlan_tag || \70 (_misc)._inner_outer##_second_svlan_tag)76 (_misc)._inner_outer##_ipv6_flow_label)96 (_misc)->outer_first_mpls_over_gre_label || \97 (_misc)->outer_first_mpls_over_gre_exp || \99 (_misc)->outer_first_mpls_over_gre_ttl)103 (_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