Searched refs:dev_op_rss_config (Results 1 – 1 of 1) sorted by relevance
48 struct gve_device_option_rss_config **dev_op_rss_config, in gve_parse_device_option() argument213 if (option_length < sizeof(**dev_op_rss_config) || in gve_parse_device_option()217 (int)sizeof(**dev_op_rss_config), in gve_parse_device_option()223 if (option_length > sizeof(**dev_op_rss_config)) in gve_parse_device_option()227 *dev_op_rss_config = (void *)(option + 1); in gve_parse_device_option()266 struct gve_device_option_rss_config **dev_op_rss_config, in gve_process_device_options() argument290 dev_op_flow_steering, dev_op_rss_config, in gve_process_device_options()956 *dev_op_rss_config, in gve_enable_supported_features()1028 if (dev_op_rss_config && in gve_enable_supported_features()1031 be16_to_cpu(dev_op_rss_config->hash_key_size); in gve_enable_supported_features()[all …]