Home
last modified time | relevance | path

Searched refs:vf_configs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c750 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()
859 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()
2087 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()
2110 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()
2275 config = &pf->vf_configs[vf]; in otx2_get_vf_config()
2301 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()
2322 if (pf->vf_configs[vf].trusted == enable) in otx2_ndo_set_vf_trust()
2325 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()
2329 pf->vf_configs[vf].trusted = !enable; in otx2_ndo_set_vf_trust()
2411 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init()
[all …]
Dotx2_common.h354 struct otx2_vf_config *vf_configs; member