Searched refs:ixgb_validate_option (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_param.c | 176 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt) in ixgb_validate_option() function 255 ixgb_validate_option(&tx_ring->count, &opt); in ixgb_check_options() 274 ixgb_validate_option(&rx_ring->count, &opt); in ixgb_check_options() 290 ixgb_validate_option(&rx_csum, &opt); in ixgb_check_options() 317 ixgb_validate_option(&fc, &opt); in ixgb_check_options() 335 ixgb_validate_option(&adapter->hw.fc.high_water, &opt); in ixgb_check_options() 354 ixgb_validate_option(&adapter->hw.fc.low_water, &opt); in ixgb_check_options() 373 ixgb_validate_option(&pause_time, &opt); in ixgb_check_options() 403 ixgb_validate_option(&adapter->rx_int_delay, &opt); in ixgb_check_options() 420 ixgb_validate_option(&adapter->tx_int_delay, &opt); in ixgb_check_options() [all …]
|