Home
last modified time | relevance | path

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

/linux/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.c4961 if (bond_slave_can_tx(slave)) in bond_get_slave_by_id()
4971 if (bond_slave_can_tx(slave)) in bond_get_slave_by_id()
5252 if (!bond_slave_can_tx(slave)) in bond_update_slave_arr()
5869 if (bond_slave_can_tx(slave)) { in bond_ethtool_get_link_ksettings()
/linux/include/net/
H A Dbonding.h437 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx() function