Lines Matching refs:vfconfigs
247 struct nsim_vf_config *vfconfigs; in nsim_bus_dev_max_vfs_write() local
272 vfconfigs = kcalloc(val, sizeof(struct nsim_vf_config), in nsim_bus_dev_max_vfs_write()
274 if (!vfconfigs) in nsim_bus_dev_max_vfs_write()
283 swap(nsim_dev->vfconfigs, vfconfigs); in nsim_bus_dev_max_vfs_write()
290 kfree(vfconfigs); in nsim_bus_dev_max_vfs_write()
409 &nsim_dev->vfconfigs[vf_id].min_tx_rate); in nsim_dev_port_debugfs_init()
411 &nsim_dev->vfconfigs[vf_id].max_tx_rate); in nsim_dev_port_debugfs_init()
1185 nsim_dev->vfconfigs[vf_id].min_tx_rate = tx_share; in nsim_leaf_tx_share_set()
1201 nsim_dev->vfconfigs[vf_id].max_tx_rate = tx_max; in nsim_leaf_tx_max_set()
1550 nsim_dev->vfconfigs = kcalloc(nsim_bus_dev->max_vfs, in nsim_drv_probe()
1553 if (!nsim_dev->vfconfigs) { in nsim_drv_probe()
1627 kfree(nsim_dev->vfconfigs); in nsim_drv_probe()
1672 kfree(nsim_dev->vfconfigs); in nsim_drv_remove()