Lines Matching refs:BOND_MODE_ALB
225 [BOND_MODE_ALB] = "adaptive load balancing", in bond_mode_name()
228 if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB) in bond_mode_name()
1165 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_should_deliver_exact_match()
1220 if (BOND_MODE(bond) == BOND_MODE_ALB && in bond_handle_frame()
1683 case BOND_MODE_ALB: in bond_enslave()
2180 case BOND_MODE_ALB: in bond_miimon_link_change()
3373 if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB))) in bond_open()
3375 if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB) in bond_open()
3727 if (BOND_MODE(bond) == BOND_MODE_ALB) in bond_set_mac_address()
4166 case BOND_MODE_ALB: in __bond_start_xmit()
4509 if (bond_mode == BOND_MODE_ALB) { in bond_check_params()