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() argument212 if (option_length < sizeof(**dev_op_rss_config) || in gve_parse_device_option()216 (int)sizeof(**dev_op_rss_config), in gve_parse_device_option()222 if (option_length > sizeof(**dev_op_rss_config)) in gve_parse_device_option()226 *dev_op_rss_config = (void *)(option + 1); in gve_parse_device_option()248 struct gve_device_option_rss_config **dev_op_rss_config, in gve_process_device_options() argument271 dev_op_flow_steering, dev_op_rss_config, in gve_process_device_options()899 *dev_op_rss_config, in gve_enable_supported_features()965 if (dev_op_rss_config && in gve_enable_supported_features()968 be16_to_cpu(dev_op_rss_config->hash_key_size); in gve_enable_supported_features()[all …]