Lines Matching refs:def
145 int def; member
168 *value = opt->def; in e1000_validate_option()
213 *value = opt->def; in e1000_validate_option()
245 .def = DEFAULT_TIDV, in e1000e_check_options()
255 adapter->tx_int_delay = opt.def; in e1000e_check_options()
265 .def = DEFAULT_TADV, in e1000e_check_options()
275 adapter->tx_abs_int_delay = opt.def; in e1000e_check_options()
285 .def = DEFAULT_RDTR, in e1000e_check_options()
291 opt.def = BURST_RDTR; in e1000e_check_options()
298 adapter->rx_int_delay = opt.def; in e1000e_check_options()
308 .def = DEFAULT_RADV, in e1000e_check_options()
314 opt.def = BURST_RADV; in e1000e_check_options()
321 adapter->rx_abs_int_delay = opt.def; in e1000e_check_options()
331 .def = DEFAULT_ITR, in e1000e_check_options()
346 adapter->itr = opt.def; in e1000e_check_options()
351 adapter->itr = opt.def; in e1000e_check_options()
377 adapter->itr_setting = opt.def; in e1000e_check_options()
408 .def = E1000E_INT_MODE_LEGACY, in e1000e_check_options()
418 opt.def = E1000E_INT_MODE_MSIX; in e1000e_check_options()
422 opt.def = E1000E_INT_MODE_MSI; in e1000e_check_options()
439 adapter->int_mode = opt.def; in e1000e_check_options()
452 .def = OPTION_DISABLED in e1000e_check_options()
469 .def = OPTION_ENABLED in e1000e_check_options()
491 .def = OPTION_ENABLED in e1000e_check_options()
493 bool enabled = opt.def; in e1000e_check_options()
512 .def = OPTION_ENABLED in e1000e_check_options()
524 if (opt.def) in e1000e_check_options()