Searched refs:new1 (Results 1 – 5 of 5) sorted by relevance
443 local new1=$1; shift447 ip link set dev g1a type ip6gre local $new1 remote $new2448 __addr_add_del g1a add "$new1/128"453 ip link set dev g2a type ip6gre local $new2 remote $new1456 ip -6 route add vrf v$ol2 $new1/128 via 2001:db8:10::1463 local new1=2001:db8:3::10467 topo_flat_remote_change $old1 $new1 $old2 $new2473 local new1=2001:db8:3::1477 topo_flat_remote_change $old1 $new1 $old2 $new2483 local new1=$1; shift[all …]
784 struct map *new1, struct map *new2) in __maps__insert_sorted() argument 794 map__end(new1) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted() 795 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted() 802 maps_by_address = realloc(maps_by_address, nr_allocate * sizeof(new1)); in __maps__insert_sorted() 808 maps_by_name = realloc(maps_by_name, nr_allocate * sizeof(new1)); in __maps__insert_sorted() 822 (nr_maps - first_after_index) * sizeof(new1)); in __maps__insert_sorted() 823 maps_by_address[first_after_index] = map__get(new1); in __maps__insert_sorted() 825 maps_by_name[nr_maps] = map__get(new1); in __maps__insert_sorted() 833 map__set_kmap_maps(new1, maps); in __maps__insert_sorted()
435 agg_set_line_name agg0 line1 new1604 agg_set_line_name _sysfs.0 line1 new1
297 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
6502 u16 orig, new1; in rtl8152_set_speed() local6523 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed()6526 new1 |= ADVERTISE_10HALF; in rtl8152_set_speed()6530 new1 |= ADVERTISE_10FULL; in rtl8152_set_speed()6535 new1 |= ADVERTISE_100HALF; in rtl8152_set_speed()6539 new1 |= ADVERTISE_100FULL; in rtl8152_set_speed()6543 if (orig != new1) { in rtl8152_set_speed()6544 r8152_mdio_write(tp, MII_ADVERTISE, new1); in rtl8152_set_speed()6545 tp->mii.advertising = new1; in rtl8152_set_speed()6550 new1 = orig & ~(ADVERTISE_1000FULL | in rtl8152_set_speed()[all …]