Lines Matching refs:def
186 int def; member
206 *value = opt->def; in ixgb_validate_option()
246 *value = opt->def; in ixgb_validate_option()
274 .def = DEFAULT_TXD, in ixgb_check_options()
284 tx_ring->count = opt.def; in ixgb_check_options()
293 .def = DEFAULT_RXD, in ixgb_check_options()
303 rx_ring->count = opt.def; in ixgb_check_options()
312 .def = OPTION_ENABLED in ixgb_check_options()
320 adapter->rx_csum = opt.def; in ixgb_check_options()
337 .def = ixgb_fc_tx_pause, in ixgb_check_options()
347 adapter->hw.fc.type = opt.def; in ixgb_check_options()
355 .def = DEFAULT_FCRTH, in ixgb_check_options()
364 adapter->hw.fc.high_water = opt.def; in ixgb_check_options()
374 .def = DEFAULT_FCRTL, in ixgb_check_options()
383 adapter->hw.fc.low_water = opt.def; in ixgb_check_options()
393 .def = DEFAULT_FCPAUSE, in ixgb_check_options()
403 adapter->hw.fc.pause_time = opt.def; in ixgb_check_options()
423 .def = DEFAULT_RDTR, in ixgb_check_options()
432 adapter->rx_int_delay = opt.def; in ixgb_check_options()
440 .def = DEFAULT_TIDV, in ixgb_check_options()
449 adapter->tx_int_delay = opt.def; in ixgb_check_options()
458 .def = OPTION_ENABLED in ixgb_check_options()
466 adapter->tx_int_delay_enable = opt.def; in ixgb_check_options()