Searched refs:vfdata (Results 1 – 1 of 1) sorted by relevance
2353 struct ionic_vf *vfdata = &ionic->vfs[vf]; in ionic_get_vf_config() local2357 ivf->vlan = le16_to_cpu(vfdata->vlanid); in ionic_get_vf_config()2358 ivf->spoofchk = vfdata->spoofchk; in ionic_get_vf_config()2359 ivf->linkstate = vfdata->linkstate; in ionic_get_vf_config()2360 ivf->max_tx_rate = le32_to_cpu(vfdata->maxrate); in ionic_get_vf_config()2361 ivf->trusted = vfdata->trusted; in ionic_get_vf_config()2362 ether_addr_copy(ivf->mac, vfdata->macaddr); in ionic_get_vf_config()