Searched refs:ixgb_validate_option (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/intel/ixgb/ | 
| D | ixgb_param.c | 178 ixgb_validate_option(unsigned int *value, const struct ixgb_option *opt)  in ixgb_validate_option()  function 257 			ixgb_validate_option(&tx_ring->count, &opt);  in ixgb_check_options() 276 			ixgb_validate_option(&rx_ring->count, &opt);  in ixgb_check_options() 292 			ixgb_validate_option(&rx_csum, &opt);  in ixgb_check_options() 319 			ixgb_validate_option(&fc, &opt);  in ixgb_check_options() 337 			ixgb_validate_option(&adapter->hw.fc.high_water, &opt);  in ixgb_check_options() 356 			ixgb_validate_option(&adapter->hw.fc.low_water, &opt);  in ixgb_check_options() 375 			ixgb_validate_option(&pause_time, &opt);  in ixgb_check_options() 405 			ixgb_validate_option(&adapter->rx_int_delay, &opt);  in ixgb_check_options() 422 			ixgb_validate_option(&adapter->tx_int_delay, &opt);  in ixgb_check_options() [all …] 
 |