Lines Matching refs:def
161 int def; member
181 *value = opt->def; in ixgb_validate_option()
221 *value = opt->def; in ixgb_validate_option()
249 .def = DEFAULT_TXD, in ixgb_check_options()
259 tx_ring->count = opt.def; in ixgb_check_options()
268 .def = DEFAULT_RXD, in ixgb_check_options()
278 rx_ring->count = opt.def; in ixgb_check_options()
287 .def = OPTION_ENABLED in ixgb_check_options()
295 adapter->rx_csum = opt.def; in ixgb_check_options()
312 .def = ixgb_fc_tx_pause, in ixgb_check_options()
322 adapter->hw.fc.type = opt.def; in ixgb_check_options()
330 .def = DEFAULT_FCRTH, in ixgb_check_options()
339 adapter->hw.fc.high_water = opt.def; in ixgb_check_options()
349 .def = DEFAULT_FCRTL, in ixgb_check_options()
358 adapter->hw.fc.low_water = opt.def; in ixgb_check_options()
368 .def = DEFAULT_FCPAUSE, in ixgb_check_options()
378 adapter->hw.fc.pause_time = opt.def; in ixgb_check_options()
398 .def = DEFAULT_RDTR, in ixgb_check_options()
407 adapter->rx_int_delay = opt.def; in ixgb_check_options()
415 .def = DEFAULT_TIDV, in ixgb_check_options()
424 adapter->tx_int_delay = opt.def; in ixgb_check_options()
433 .def = OPTION_ENABLED in ixgb_check_options()
441 adapter->tx_int_delay_enable = opt.def; in ixgb_check_options()