Searched refs:vf_configs (Results 1 – 2 of 2) sorted by relevance
764 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()878 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()2316 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()2339 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()2504 config = &pf->vf_configs[vf]; in otx2_get_vf_config()2638 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()2659 if (pf->vf_configs[vf].trusted == enable) in otx2_ndo_set_vf_trust()2662 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()2666 pf->vf_configs[vf].trusted = !enable; in otx2_ndo_set_vf_trust()2751 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init()[all …]
486 struct otx2_vf_config *vf_configs; member