Lines Matching refs:rss_data
976 struct idpf_rss_data *rss_data;
982 rss_data = &vport_config->user_config.rss_data;
983 kfree(rss_data->rss_key);
984 rss_data->rss_key = NULL;
1125 struct idpf_rss_data *rss_data;
1184 rss_data = &adapter->vport_config[idx]->user_config.rss_data;
1185 rss_data->rss_key = kzalloc(rss_data->rss_key_size, GFP_KERNEL);
1186 if (!rss_data->rss_key)
1190 netdev_rss_key_fill((void *)rss_data->rss_key, rss_data->rss_key_size);
1460 if (vport_config->user_config.rss_data.rss_lut)
2146 struct idpf_rss_data *rss_data;
2150 rss_data = &vport->adapter->vport_config[idx]->user_config.rss_data;
2151 lut_size = rss_data->rss_lut_size * sizeof(u32);
2155 memcpy(rss_data->rss_lut, rss_data->cached_lut, lut_size);
2160 memcpy(rss_data->cached_lut, rss_data->rss_lut, lut_size);
2163 memset(rss_data->rss_lut, 0, lut_size);