Searched refs:BOND_MODE (Results 1 – 1 of 1) sorted by relevance
50 #define BOND_MODE(bond) ((bond)->params.mode) macro275 return BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP || in bond_should_override_tx_queue()276 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()281 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()282 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb()287 return BOND_MODE(bond) == BOND_MODE_8023AD || bond_is_lb(bond); in bond_needs_speed_duplex()297 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_can_use_xmit_hash()298 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_can_use_xmit_hash()299 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()300 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash()[all …]