Searched refs:vfdata (Results 1 – 1 of 1) sorted by relevance
2366 struct ionic_vf *vfdata = &ionic->vfs[vf]; in ionic_get_vf_config() local2370 ivf->vlan = le16_to_cpu(vfdata->vlanid); in ionic_get_vf_config()2371 ivf->spoofchk = vfdata->spoofchk; in ionic_get_vf_config()2372 ivf->linkstate = vfdata->linkstate; in ionic_get_vf_config()2373 ivf->max_tx_rate = le32_to_cpu(vfdata->maxrate); in ionic_get_vf_config()2374 ivf->trusted = vfdata->trusted; in ionic_get_vf_config()2375 ether_addr_copy(ivf->mac, vfdata->macaddr); in ionic_get_vf_config()