Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_alb.c206 if (bond_slave_can_tx(slave)) { in tlb_get_least_loaded_slave()
342 if (!bond_slave_can_tx(slave)) in __rlb_next_rx_slave()
1045 int slaves_state_differ = (bond_slave_can_tx(slave1) != bond_slave_can_tx(slave2)); in alb_fasten_mac_swap()
1051 if (bond_slave_can_tx(slave1)) { in alb_fasten_mac_swap()
1063 if (bond_slave_can_tx(slave2)) { in alb_fasten_mac_swap()
1303 if (tx_slave && bond_slave_can_tx(tx_slave)) { in bond_do_alb_xmit()
Dbond_main.c3634 if (bond_slave_can_tx(slave)) { in bond_xmit_slave_id()
3646 if (bond_slave_can_tx(slave)) { in bond_xmit_slave_id()
3824 if (!bond_slave_can_tx(slave)) in bond_update_slave_arr()
4031 if (bond_slave_can_tx(slave)) { in bond_ethtool_get_settings()
/linux-4.1.27/include/net/
Dbonding.h388 static inline bool bond_slave_can_tx(struct slave *slave) in bond_slave_can_tx() function