Searched refs:BOND_MODE (Results 1 – 1 of 1) sorted by relevance
51 #define BOND_MODE(bond) ((bond)->params.mode) macro304 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 6 milliseconds