Lines Matching refs:def
143 int def; member
166 *value = opt->def; in e1000_validate_option()
211 *value = opt->def; in e1000_validate_option()
243 .def = DEFAULT_TIDV, in e1000e_check_options()
253 adapter->tx_int_delay = opt.def; in e1000e_check_options()
263 .def = DEFAULT_TADV, in e1000e_check_options()
273 adapter->tx_abs_int_delay = opt.def; in e1000e_check_options()
283 .def = DEFAULT_RDTR, in e1000e_check_options()
289 opt.def = BURST_RDTR; in e1000e_check_options()
296 adapter->rx_int_delay = opt.def; in e1000e_check_options()
306 .def = DEFAULT_RADV, in e1000e_check_options()
312 opt.def = BURST_RADV; in e1000e_check_options()
319 adapter->rx_abs_int_delay = opt.def; in e1000e_check_options()
329 .def = DEFAULT_ITR, in e1000e_check_options()
344 adapter->itr = opt.def; in e1000e_check_options()
349 adapter->itr = opt.def; in e1000e_check_options()
375 adapter->itr_setting = opt.def; in e1000e_check_options()
406 .def = E1000E_INT_MODE_LEGACY, in e1000e_check_options()
416 opt.def = E1000E_INT_MODE_MSIX; in e1000e_check_options()
420 opt.def = E1000E_INT_MODE_MSI; in e1000e_check_options()
437 adapter->int_mode = opt.def; in e1000e_check_options()
450 .def = OPTION_DISABLED in e1000e_check_options()
467 .def = OPTION_ENABLED in e1000e_check_options()
489 .def = OPTION_ENABLED in e1000e_check_options()
491 bool enabled = opt.def; in e1000e_check_options()
510 .def = OPTION_ENABLED in e1000e_check_options()
522 if (opt.def) in e1000e_check_options()