Searched refs:BOND_MODE (Results 1 – 1 of 1) sorted by relevance
51 #define BOND_MODE(bond) ((bond)->params.mode) macro300 return BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP || in bond_should_override_tx_queue()301 BOND_MODE(bond) == BOND_MODE_ROUNDROBIN; in bond_should_override_tx_queue()306 return BOND_MODE(bond) == BOND_MODE_TLB || in bond_is_lb()307 BOND_MODE(bond) == BOND_MODE_ALB; in bond_is_lb()312 return BOND_MODE(bond) == BOND_MODE_8023AD || bond_is_lb(bond); in bond_needs_speed_duplex()322 return (BOND_MODE(bond) == BOND_MODE_8023AD || in bond_mode_can_use_xmit_hash()323 BOND_MODE(bond) == BOND_MODE_XOR || in bond_mode_can_use_xmit_hash()324 BOND_MODE(bond) == BOND_MODE_TLB || in bond_mode_can_use_xmit_hash()325 BOND_MODE(bond) == BOND_MODE_ALB); in bond_mode_can_use_xmit_hash()[all …]