Searched refs:vfdata (Results 1 – 1 of 1) sorted by relevance
2333 static int ionic_get_fw_vf_config(struct ionic *ionic, int vf, struct ionic_vf *vfdata) in ionic_get_fw_vf_config() argument2344 vfdata->vlanid = comp.vlanid; in ionic_get_fw_vf_config()2351 vfdata->spoofchk = comp.spoofchk; in ionic_get_fw_vf_config()2360 vfdata->linkstate = IFLA_VF_LINK_STATE_ENABLE; in ionic_get_fw_vf_config()2363 vfdata->linkstate = IFLA_VF_LINK_STATE_DISABLE; in ionic_get_fw_vf_config()2366 vfdata->linkstate = IFLA_VF_LINK_STATE_AUTO; in ionic_get_fw_vf_config()2379 vfdata->maxrate = comp.maxrate; in ionic_get_fw_vf_config()2386 vfdata->trusted = comp.trust; in ionic_get_fw_vf_config()2393 ether_addr_copy(vfdata->macaddr, comp.macaddr); in ionic_get_fw_vf_config()2408 struct ionic_vf vfdata = { 0 }; in ionic_get_vf_config() local[all …]