Searched refs:rt1 (Results 1 – 3 of 3) sorted by relevance
| /linux/net/mctp/test/ |
| H A D | route-test.c | 1159 struct mctp_test_route *rt1, *rt2; in mctp_test_route_extaddr_input() 1168 rt1 = mctp_test_create_route_direct(&init_net, dev->mdev, 9, 0); in mctp_test_route_extaddr_input() 1169 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, rt1); in mctp_test_route_extaddr_input() 1183 mctp_test_route_destroy(test, rt1); 1189 struct mctp_test_route *rt1, *rt2; in mctp_test_route_gw_lookup() 1198 rt1 = mctp_test_create_route_gw(&init_net, dev->mdev->net, 9, 10, 0); in mctp_test_route_gw_lookup() 1199 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, rt1); in mctp_test_route_gw_lookup() 1208 mctp_test_route_destroy(test, rt1); in mctp_test_route_gw_lookup() 1246 struct mctp_test_route *rt1, *rt2, *rt3; in mctp_route_gw_mtu_to_desc() 1260 rt1 1186 struct mctp_test_route *rt1, *rt2; mctp_test_route_gw_lookup() local 1216 struct mctp_test_route *rt1, *rt2; mctp_test_route_gw_loop() local 1273 struct mctp_test_route *rt1, *rt2, *rt3; mctp_test_route_gw_mtu() local [all...] |
| /linux/arch/arm/probes/kprobes/ |
| H A D | actions-thumb.c | 162 int rt1 = (insn >> 12) & 0xf; in t32_emulate_ldrdstrd() local 166 register unsigned long rt1v asm("r0") = regs->uregs[rt1]; in t32_emulate_ldrdstrd() 180 regs->uregs[rt1] = rt1v; in t32_emulate_ldrdstrd()
|
| /linux/net/mctp/ |
| H A D | route.c | 871 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() argument 875 return mctp_route_netid(rt1) == mctp_route_netid(rt2) && in mctp_rt_compare_exact() 876 rt1->min == rt2->min && in mctp_rt_compare_exact() 877 rt1->max == rt2->max; in mctp_rt_compare_exact()
|