Lines Matching refs:values
241 .values = bond_mode_tbl,
249 .values = bond_pps_tbl,
256 .values = bond_xmit_hashtype_tbl,
265 .values = bond_arp_validate_tbl,
272 .values = bond_arp_all_targets_tbl,
280 .values = bond_fail_over_mac_tbl,
289 .values = bond_intmax_tbl,
298 .values = bond_missed_max_tbl,
319 .values = bond_intmax_tbl,
326 .values = bond_intmax_tbl,
335 .values = bond_lacp_active,
344 .values = bond_lacp_rate_tbl,
351 .values = bond_intmax_tbl,
359 .values = bond_ad_select_tbl,
366 .values = bond_num_peer_notif_tbl,
373 .values = bond_intmax_tbl,
400 .values = bond_primary_reselect_tbl,
407 .values = bond_use_carrier_tbl,
431 .values = bond_all_slaves_active_tbl,
438 .values = bond_resend_igmp_tbl,
445 .values = bond_lp_interval_tbl,
460 .values = bond_tlb_dynamic_lb_tbl,
468 .values = bond_ad_actor_sys_prio_tbl,
483 .values = bond_ad_user_port_key_tbl,
490 .values = bond_num_peer_notif_tbl,
497 .values = bond_peer_notif_delay_tbl,
517 /* Searches for a value in opt's values[] table */
526 for (i = 0; opt->values && opt->values[i].string; i++)
527 if (opt->values[i].value == val)
528 return &opt->values[i];
533 /* Searches for a value in opt's values[] table which matches the flagmask */
539 for (i = 0; opt->values && opt->values[i].string; i++)
540 if (opt->values[i].flags & flagmask)
541 return &opt->values[i];
584 tbl = opt->values;
699 netdev_err(bond->dev, "option %s: allowed values %llu - %llu\n",