Lines Matching refs:vfconfigs
140 memcpy(nsim_dev->vfconfigs[vf].vf_mac, mac, ETH_ALEN); in nsim_set_vf_mac()
154 nsim_dev->vfconfigs[vf].vlan = vlan; in nsim_set_vf_vlan()
155 nsim_dev->vfconfigs[vf].qos = qos; in nsim_set_vf_vlan()
156 nsim_dev->vfconfigs[vf].vlan_proto = vlan_proto; in nsim_set_vf_vlan()
174 nsim_dev->vfconfigs[vf].min_tx_rate = min; in nsim_set_vf_rate()
175 nsim_dev->vfconfigs[vf].max_tx_rate = max; in nsim_set_vf_rate()
187 nsim_dev->vfconfigs[vf].spoofchk_enabled = val; in nsim_set_vf_spoofchk()
199 nsim_dev->vfconfigs[vf].rss_query_enabled = val; in nsim_set_vf_rss_query_en()
211 nsim_dev->vfconfigs[vf].trusted = val; in nsim_set_vf_trust()
226 ivi->linkstate = nsim_dev->vfconfigs[vf].link_state; in nsim_get_vf_config()
227 ivi->min_tx_rate = nsim_dev->vfconfigs[vf].min_tx_rate; in nsim_get_vf_config()
228 ivi->max_tx_rate = nsim_dev->vfconfigs[vf].max_tx_rate; in nsim_get_vf_config()
229 ivi->vlan = nsim_dev->vfconfigs[vf].vlan; in nsim_get_vf_config()
230 ivi->vlan_proto = nsim_dev->vfconfigs[vf].vlan_proto; in nsim_get_vf_config()
231 ivi->qos = nsim_dev->vfconfigs[vf].qos; in nsim_get_vf_config()
232 memcpy(&ivi->mac, nsim_dev->vfconfigs[vf].vf_mac, ETH_ALEN); in nsim_get_vf_config()
233 ivi->spoofchk = nsim_dev->vfconfigs[vf].spoofchk_enabled; in nsim_get_vf_config()
234 ivi->trusted = nsim_dev->vfconfigs[vf].trusted; in nsim_get_vf_config()
235 ivi->rss_query_en = nsim_dev->vfconfigs[vf].rss_query_enabled; in nsim_get_vf_config()
257 nsim_dev->vfconfigs[vf].link_state = state; in nsim_set_vf_link_state()