Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_options.sh51 active_slave=""
63 slowwait 5 active_slave_changed $active_slave
64 active_slave=$(cmd_jq "ip -n ${s_ns} -d -j link show bond0" ".[].linkinfo.info_data.active_slave")
65 test "$active_slave" = "$target_active_slave"
66 check_err $? "Current active slave is $active_slave but not $target_active_slave"
78 ip -n ${s_ns} link set bond0 type bond active_slave eth1
100 ip -n ${s_ns} link set $active_slave down
105 ip -n ${s_ns} link set $active_slave down
123 local pre_active_slave=$active_slave
137 ip -n ${s_ns} link set $active_slave down
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dcpsw.txt20 - active_slave : Specifies the slave to use for time stamping,
82 active_slave = <0>;
113 active_slave = <0>;
/linux/drivers/net/bonding/
H A Dbond_netlink.c240 char *active_slave = ""; in bond_changelink() local
247 active_slave = slave_dev->name; in bond_changelink()
249 bond_opt_initstr(&newval, active_slave); in bond_changelink()