Searched refs:vfdata (Results 1 – 1 of 1) sorted by relevance
2335 static int ionic_get_fw_vf_config(struct ionic *ionic, int vf, struct ionic_vf *vfdata) in ionic_get_fw_vf_config() argument2346 vfdata->vlanid = comp.vlanid; in ionic_get_fw_vf_config()2353 vfdata->spoofchk = comp.spoofchk; in ionic_get_fw_vf_config()2362 vfdata->linkstate = IFLA_VF_LINK_STATE_ENABLE; in ionic_get_fw_vf_config()2365 vfdata->linkstate = IFLA_VF_LINK_STATE_DISABLE; in ionic_get_fw_vf_config()2368 vfdata->linkstate = IFLA_VF_LINK_STATE_AUTO; in ionic_get_fw_vf_config()2381 vfdata->maxrate = comp.maxrate; in ionic_get_fw_vf_config()2388 vfdata->trusted = comp.trust; in ionic_get_fw_vf_config()2395 ether_addr_copy(vfdata->macaddr, comp.macaddr); in ionic_get_fw_vf_config()2410 struct ionic_vf vfdata = { 0 }; in ionic_get_vf_config() local[all …]