Lines Matching refs:ivi
411 nsim_get_vf_config(struct net_device *dev, int vf, struct ifla_vf_info *ivi) in nsim_get_vf_config() argument
418 ivi->vf = vf; in nsim_get_vf_config()
419 ivi->linkstate = ns->vfconfigs[vf].link_state; in nsim_get_vf_config()
420 ivi->min_tx_rate = ns->vfconfigs[vf].min_tx_rate; in nsim_get_vf_config()
421 ivi->max_tx_rate = ns->vfconfigs[vf].max_tx_rate; in nsim_get_vf_config()
422 ivi->vlan = ns->vfconfigs[vf].vlan; in nsim_get_vf_config()
423 ivi->vlan_proto = ns->vfconfigs[vf].vlan_proto; in nsim_get_vf_config()
424 ivi->qos = ns->vfconfigs[vf].qos; in nsim_get_vf_config()
425 memcpy(&ivi->mac, ns->vfconfigs[vf].vf_mac, ETH_ALEN); in nsim_get_vf_config()
426 ivi->spoofchk = ns->vfconfigs[vf].spoofchk_enabled; in nsim_get_vf_config()
427 ivi->trusted = ns->vfconfigs[vf].trusted; in nsim_get_vf_config()
428 ivi->rss_query_en = ns->vfconfigs[vf].rss_query_enabled; in nsim_get_vf_config()