Searched refs:active_slave (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | bond_options.sh | 47 active_slave="" 52 test "$active_slave" = "$target_active_slave" 66 ip -n ${s_ns} link set bond0 type bond active_slave eth1 88 ip -n ${s_ns} link set $active_slave down 93 ip -n ${s_ns} link set $active_slave down 111 local pre_active_slave=$active_slave 125 ip -n ${s_ns} link set $active_slave down 144 ip -n ${s_ns} link set $active_slave down 261 local active_slave exp_num real_num i 279 ip -n ${s_ns} link set ${active_slave} down [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | cpsw.txt | 20 - active_slave : Specifies the slave to use for time stamping, 82 active_slave = <0>; 113 active_slave = <0>;
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 212 slave = (priv)->slaves + (priv)->data.active_slave; if (slave) 884 int active = data->active_slave; in cpsw_phy_addr_update() 1082 int slave = priv->data.active_slave; in cpsw_gmii_sel_am3352() 1136 int slave = priv->data.active_slave; in cpsw_gmii_sel_dra7xx() 1202 int active_slave; in cpsw_eth_ofdata_to_platdata() local 1258 active_slave = fdtdec_get_int(fdt, node, "active_slave", 0); in cpsw_eth_ofdata_to_platdata() 1259 priv->data.active_slave = active_slave; in cpsw_eth_ofdata_to_platdata() 1335 ret = ti_cm_get_macid(dev, active_slave, pdata->enetaddr); in cpsw_eth_ofdata_to_platdata() 1341 pdata->phy_interface = priv->data.slave_data[active_slave].phy_if; in cpsw_eth_ofdata_to_platdata()
|
/openbmc/u-boot/include/ |
H A D | cpsw.h | 50 u32 active_slave; member
|
/openbmc/u-boot/board/compulab/cl-som-am57x/ |
H A D | eth.c | 188 cl_som_am57_cpsw_data.active_slave = cpsw_act_phy; in board_eth_init()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_netlink.c | 207 char *active_slave = ""; in bond_changelink() local 214 active_slave = slave_dev->name; in bond_changelink() 216 bond_opt_initstr(&newval, active_slave); in bond_changelink()
|
H A D | bond_sysfs.c | 501 static DEVICE_ATTR(active_slave, 0644,
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 407 .active_slave = 1,
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 298 u32 active_slave;/* time stamping, ethtool and SIOCGMIIPHY slave */ member
|
H A D | cpsw.c | 83 return cpsw->data.dual_emac ? priv->emac_port : cpsw->data.active_slave; in cpsw_slave_index_priv() 1255 data->active_slave = prop; in cpsw_probe_dt()
|
H A D | cpsw_new.c | 1238 data->active_slave = 0; in cpsw_probe_dt()
|
/openbmc/u-boot/board/ti/dra7xx/ |
H A D | evm.c | 1021 cpsw_data.active_slave = 1; in board_eth_init()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dm814x.dtsi | 708 active_slave = <0>;
|
H A D | am33xx-l4.dtsi | 729 active_slave = <0>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am33xx.dtsi | 862 active_slave = <0>;
|
H A D | am4372.dtsi | 543 active_slave = <0>;
|
H A D | dra7.dtsi | 1778 active_slave = <0>;
|
/openbmc/linux/Documentation/networking/ |
H A D | bonding.rst | 170 active_slave
|