Lines Matching refs:def
155 int def; member
178 *value = opt->def; in e1000_validate_option()
223 *value = opt->def; in e1000_validate_option()
255 .def = DEFAULT_TIDV, in e1000e_check_options()
265 adapter->tx_int_delay = opt.def; in e1000e_check_options()
275 .def = DEFAULT_TADV, in e1000e_check_options()
285 adapter->tx_abs_int_delay = opt.def; in e1000e_check_options()
295 .def = DEFAULT_RDTR, in e1000e_check_options()
305 adapter->rx_int_delay = opt.def; in e1000e_check_options()
315 .def = DEFAULT_RADV, in e1000e_check_options()
325 adapter->rx_abs_int_delay = opt.def; in e1000e_check_options()
335 .def = DEFAULT_ITR, in e1000e_check_options()
350 adapter->itr = opt.def; in e1000e_check_options()
355 adapter->itr = opt.def; in e1000e_check_options()
381 adapter->itr_setting = opt.def; in e1000e_check_options()
412 .def = E1000E_INT_MODE_LEGACY, in e1000e_check_options()
422 opt.def = E1000E_INT_MODE_MSIX; in e1000e_check_options()
426 opt.def = E1000E_INT_MODE_MSI; in e1000e_check_options()
443 adapter->int_mode = opt.def; in e1000e_check_options()
456 .def = OPTION_DISABLED in e1000e_check_options()
473 .def = OPTION_ENABLED in e1000e_check_options()
495 .def = OPTION_ENABLED in e1000e_check_options()
497 bool enabled = opt.def; in e1000e_check_options()
516 .def = OPTION_ENABLED in e1000e_check_options()
528 if (opt.def) in e1000e_check_options()