Lines Matching defs:vfconfigs
244 struct nsim_vf_config *vfconfigs;
269 vfconfigs = kcalloc(val, sizeof(struct nsim_vf_config),
271 if (!vfconfigs)
280 swap(nsim_dev->vfconfigs, vfconfigs);
287 kfree(vfconfigs);
410 &nsim_dev->vfconfigs[vf_id].min_tx_rate);
412 &nsim_dev->vfconfigs[vf_id].max_tx_rate);
1184 nsim_dev->vfconfigs[vf_id].min_tx_rate = tx_share;
1200 nsim_dev->vfconfigs[vf_id].max_tx_rate = tx_max;
1548 nsim_dev->vfconfigs = kcalloc(nsim_bus_dev->max_vfs,
1551 if (!nsim_dev->vfconfigs) {
1636 kfree(nsim_dev->vfconfigs);
1681 kfree(nsim_dev->vfconfigs);