Searched refs:ixgb_validate_option (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_param.c | 203 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) in ixgb_validate_option() function 282 ixgb_validate_option(&tx_ring->count, &opt); in ixgb_check_options() 301 ixgb_validate_option(&rx_ring->count, &opt); in ixgb_check_options() 317 ixgb_validate_option(&rx_csum, &opt); in ixgb_check_options() 344 ixgb_validate_option(&fc, &opt); in ixgb_check_options() 362 ixgb_validate_option(&adapter->hw.fc.high_water, &opt); in ixgb_check_options() 381 ixgb_validate_option(&adapter->hw.fc.low_water, &opt); in ixgb_check_options() 400 ixgb_validate_option(&pause_time, &opt); in ixgb_check_options() 430 ixgb_validate_option(&adapter->rx_int_delay, &opt); in ixgb_check_options() 447 ixgb_validate_option(&adapter->tx_int_delay, &opt); in ixgb_check_options() [all …]
|