Home
last modified time | relevance | path

Searched refs:vfconfigs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/netdevsim/
H A Ddev.c351 &nsim_dev->vfconfigs[vf_id].min_tx_rate); in nsim_dev_port_debugfs_init()
353 &nsim_dev->vfconfigs[vf_id].max_tx_rate); in nsim_dev_port_debugfs_init()
1195 nsim_dev->vfconfigs[vf_id].min_tx_rate = tx_share; in nsim_leaf_tx_share_set()
1211 nsim_dev->vfconfigs[vf_id].max_tx_rate = tx_max; in nsim_leaf_tx_max_set()
1600 nsim_dev->vfconfigs = kzalloc_objs(struct nsim_vf_config, in nsim_drv_probe()
1603 if (!nsim_dev->vfconfigs) { in nsim_drv_probe()
1688 kfree(nsim_dev->vfconfigs); in nsim_drv_probe()
1733 kfree(nsim_dev->vfconfigs); in nsim_drv_remove()
H A Dnetdevsim.h330 struct nsim_vf_config *vfconfigs; member