Home
last modified time | relevance | path

Searched refs:bond_slave_can_tx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_alb.c177 if (bond_slave_can_tx(slave)) { in tlb_get_least_loaded_slave()
313 if (!bond_slave_can_tx(slave)) in __rlb_next_rx_slave()
1055 int slaves_state_differ = (bond_slave_can_tx(slave1) != bond_slave_can_tx(slave2)); in alb_fasten_mac_swap()
1061 if (bond_slave_can_tx(slave1)) { in alb_fasten_mac_swap()
1073 if (bond_slave_can_tx(slave2)) { in alb_fasten_mac_swap()
1319 if (tx_slave && bond_slave_can_tx(tx_slave)) { in bond_do_alb_xmit()
H A Dbond_main.c4277 if (bond_slave_can_tx(slave)) in bond_get_slave_by_id()
4287 if (bond_slave_can_tx(slave)) in bond_get_slave_by_id()
4539 if (!bond_slave_can_tx(slave)) in bond_update_slave_arr()
4805 /* Since bond_slave_can_tx returns false for all inactive or down slaves, we in bond_ethtool_get_link_ksettings()
4811 if (bond_slave_can_tx(slave)) { in bond_ethtool_get_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_alb.c178 if (bond_slave_can_tx(slave)) { in tlb_get_least_loaded_slave()
314 if (!bond_slave_can_tx(slave)) in __rlb_next_rx_slave()
1069 int slaves_state_differ = (bond_slave_can_tx(slave1) != bond_slave_can_tx(slave2)); in alb_fasten_mac_swap()
1075 if (bond_slave_can_tx(slave1)) { in alb_fasten_mac_swap()
1087 if (bond_slave_can_tx(slave2)) { in alb_fasten_mac_swap()
1352 if (tx_slave && bond_slave_can_tx(tx_slave)) { in bond_do_alb_xmit()
H A Dbond_main.c4823 if (bond_slave_can_tx(slave)) in bond_get_slave_by_id()
4833 if (bond_slave_can_tx(slave)) in bond_get_slave_by_id()
5114 if (!bond_slave_can_tx(slave)) in bond_update_slave_arr()
5722 /* Since bond_slave_can_tx returns false for all inactive or down slaves, we in bond_ethtool_get_link_ksettings()
5728 if (bond_slave_can_tx(slave)) { in bond_ethtool_get_link_ksettings()
/kernel/linux/linux-5.10/include/net/
H A Dbonding.h431 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx() function
/kernel/linux/linux-6.6/include/net/
H A Dbonding.h435 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx() function

Completed in 20 milliseconds