Lines Matching refs:vfconfigs
244 struct nsim_vf_config *vfconfigs; in nsim_bus_dev_max_vfs_write() local
269 vfconfigs = kcalloc(val, sizeof(struct nsim_vf_config), in nsim_bus_dev_max_vfs_write()
271 if (!vfconfigs) in nsim_bus_dev_max_vfs_write()
280 swap(nsim_dev->vfconfigs, vfconfigs); in nsim_bus_dev_max_vfs_write()
287 kfree(vfconfigs); in nsim_bus_dev_max_vfs_write()
410 &nsim_dev->vfconfigs[vf_id].min_tx_rate); in nsim_dev_port_debugfs_init()
412 &nsim_dev->vfconfigs[vf_id].max_tx_rate); in nsim_dev_port_debugfs_init()
1187 nsim_dev->vfconfigs[vf_id].min_tx_rate = tx_share; in nsim_leaf_tx_share_set()
1203 nsim_dev->vfconfigs[vf_id].max_tx_rate = tx_max; in nsim_leaf_tx_max_set()
1551 nsim_dev->vfconfigs = kcalloc(nsim_bus_dev->max_vfs, in nsim_drv_probe()
1554 if (!nsim_dev->vfconfigs) { in nsim_drv_probe()
1639 kfree(nsim_dev->vfconfigs); in nsim_drv_probe()
1684 kfree(nsim_dev->vfconfigs); in nsim_drv_remove()