Home
last modified time | relevance | path

Searched refs:all_slaves (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/
H A Deql.c150 head = &eql->queue.all_slaves; in eql_timer()
187 INIT_LIST_HEAD(&eql->queue.all_slaves); in eql_setup()
213 BUG_ON(!list_empty(&eql->queue.all_slaves)); in eql_open()
238 head = &queue->all_slaves; in eql_kill_slave_queue()
311 head = &queue->all_slaves; in __eql_schedule_slaves()
372 head = &queue->all_slaves; in __eql_find_slave_dev()
403 list_add(&slave->list, &queue->all_slaves); in __eql_insert_slave()
/linux/include/linux/
H A Dif_eql.h39 struct list_head all_slaves; member
H A Dnetdevice.h1593 bool all_slaves);
3514 bool all_slaves);
/linux/drivers/net/bonding/
H A Dbond_main.c2335 /* broadcast mode uses the all_slaves to loop through slaves. */ in bond_enslave()
5127 struct bond_up_slave *all_slaves) in bond_set_slave_arr()
5131 all = rtnl_dereference(bond->all_slaves); in bond_set_slave_arr()
5132 rcu_assign_pointer(bond->all_slaves, all_slaves); in bond_set_slave_arr()
5160 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr()
5169 all_slaves = kzalloc_flex(*all_slaves, arr, bond->slave_cnt); in bond_update_slave_arr()
5170 if (!usable_slaves || !all_slaves) { in bond_update_slave_arr()
5195 all_slaves in bond_update_slave_arr()
5129 bond_set_slave_arr(struct bonding * bond,struct bond_up_slave * usable_slaves,struct bond_up_slave * all_slaves) bond_set_slave_arr() argument
5162 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; bond_update_slave_arr() local
5318 bond_xmit_broadcast(struct sk_buff * skb,struct net_device * bond_dev,bool all_slaves) bond_xmit_broadcast() argument
5417 bond_xmit_get_slave(struct net_device * master_dev,struct sk_buff * skb,bool all_slaves) bond_xmit_get_slave() argument
[all...]
/linux/drivers/net/ethernet/ti/icssm/
H A Dicssm_prueth.c1643 u8 all_slaves; in icssm_prueth_port_offload_fwd_mark_update() local
1645 all_slaves = BIT(PRUETH_PORT_MII0) | BIT(PRUETH_PORT_MII1); in icssm_prueth_port_offload_fwd_mark_update()
1647 if (prueth->br_members == all_slaves) in icssm_prueth_port_offload_fwd_mark_update()
/linux/include/net/
H A Dbonding.h222 struct bond_up_slave __rcu *all_slaves; member
/linux/net/core/
H A Ddev.c9473 * @all_slaves: assume all the slaves are active
9482 bool all_slaves) in netdev_get_xmit_slave() argument
9488 return ops->ndo_get_xmit_slave(dev, skb, all_slaves); in netdev_get_xmit_slave()