Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c1257 uint8_t rt3, rt2, rt1, rt0; \
1261 MIPSDSP_SPLIT32_8(rt, rt3, rt2, rt1, rt0); \
1266 tempA = ((uint16_t)rs0 - (uint16_t)rt0 + var) >> 1; \
1430 uint8_t rt6, rt4, rt2, rt0; in helper_precr_ob_qh() local
1440 rt0 = rt & MIPSDSP_Q0; in helper_precr_ob_qh()
1445 ((uint64_t)rt2 << 8) | (uint64_t)rt0; in helper_precr_ob_qh()
1461 uint16_t rt3, rt2, rt1, rt0; \
1465 MIPSDSP_SPLIT64_16(rt, rt3, rt2, rt1, rt0); \
1469 tempC = rt0 << var; \
1490 uint8_t rt6, rt4, rt2, rt0; in helper_precrq_ob_qh() local
[all …]
/openbmc/linux/net/mpls/
H A Daf_mpls.c2511 struct mpls_route *rt0 = NULL, *rt2 = NULL; in resize_platform_label_table() local
2523 rt0 = mpls_rt_alloc(1, lo->addr_len, 0); in resize_platform_label_table()
2524 if (IS_ERR(rt0)) in resize_platform_label_table()
2526 rt0->rt_nh->nh_dev = lo; in resize_platform_label_table()
2527 rt0->rt_protocol = RTPROT_KERNEL; in resize_platform_label_table()
2528 rt0->rt_payload_type = MPT_IPV4; in resize_platform_label_table()
2529 rt0->rt_ttl_propagate = MPLS_TTL_PROP_DEFAULT; in resize_platform_label_table()
2530 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2531 rt0->rt_nh->nh_via_alen = lo->addr_len; in resize_platform_label_table()
2532 memcpy(__mpls_nh_via(rt0, rt0->rt_nh), lo->dev_addr, in resize_platform_label_table()
[all …]
/openbmc/linux/net/ipv6/
H A Droute.c874 struct fib6_info *rt0; in rt6_select() local
884 rt0 = rcu_dereference(fn->rr_ptr); in rt6_select()
885 if (!rt0) in rt6_select()
886 rt0 = leaf; in rt6_select()
893 key_plen = rt0->fib6_dst.plen; in rt6_select()
895 if (rt0->fib6_src.plen) in rt6_select()
896 key_plen = rt0->fib6_src.plen; in rt6_select()
901 find_rr_leaf(fn, leaf, rt0, oif, strict, &do_rr, res); in rt6_select()
903 struct fib6_info *next = rcu_dereference(rt0->fib6_next); in rt6_select()
906 if (!next || next->fib6_metric != rt0->fib6_metric) in rt6_select()
[all …]