Home
last modified time | relevance | path

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

/include/net/
A Dbonding.h51 #define BOND_MODE(bond) ((bond)->params.mode) macro
304 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()
309 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()
310 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb()
325 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_can_use_xmit_hash()
326 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_can_use_xmit_hash()
327 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()
328 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash()
333 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_uses_xmit_hash()
334 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_uses_xmit_hash()
[all …]

Completed in 5 milliseconds