Searched refs:_misc (Results 1 – 2 of 2) 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)
2534 #define TEGRA210_UPHY_LANE(_name, _offset, _shift, _mask, _type, _misc) \ argument2542 .regs.misc_ctl2 = _misc, \