Searched defs:slaves (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/ti/
H A Dcpsw.h31 u32 slaves; /* number of slave cpgmac ports */ member in struct:cpsw_platform_data
H A Dcpsw.c398 struct cpsw_slave *slaves; member in struct:cpsw_priv
506 (func)((priv)->slaves + priv->emac_port, ##arg);\
508 for (n = (priv)->data.slaves, \
509 slave = (priv)->slaves; \
514 (priv->slaves[__slave_no__].ndev)
516 ((priv->slaves[__slave_no__].ndev) ? \
517 netdev_priv(priv->slaves[__slave_no__].ndev) : NULL) \
536 struct cpsw_slave *slave = priv->slaves + \
571 for (i = 0; i < priv->data.slaves; i++)
572 if (priv->slaves[
[all...]
/drivers/net/bonding/
H A Dbond_alb.c176 /* Must be called only after all slaves have been released */
1033 /* Swap MAC addresses between two slaves.
1137 * addresses of the other slaves.
1140 * permanent hw address with the current address of all the other slaves.
1161 * slaves in the bond.
1214 * In TLB mode all slaves are configured to the bond's hw address, but set
1357 struct bond_up_slave *slaves; local
1360 slaves = rcu_dereference(bond->slave_arr);
1361 count = slaves ? ACCESS_ONCE(slaves
[all...]
H A Dbond_main.c20 * the first slave bonded to the channel. All slaves will then use
24 * will release all slaves, marking them as down.
174 MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to "
179 "by setting active flag for all slaves; "
191 "each slaves peer switch. The default is 1.");
276 * bond_vlan_rx_add_vid - Propagates adding an id to slaves
309 * bond_vlan_rx_kill_vid - Propagates deleting an id to slaves
332 * slaves. If any slaves are up, the master is up. In 802.3ad mode,
488 /* Push the promiscuity flag down to appropriate slaves */
3742 struct bond_up_slave *slaves; local
[all...]

Completed in 425 milliseconds