Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c764 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()
882 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()
2238 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()
2261 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()
2426 config = &pf->vf_configs[vf]; in otx2_get_vf_config()
2557 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()
2578 if (pf->vf_configs[vf].trusted == enable) in otx2_ndo_set_vf_trust()
2581 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()
2585 pf->vf_configs[vf].trusted = !enable; in otx2_ndo_set_vf_trust()
2670 pf->vf_configs = devm_kcalloc(pf->dev, pf->total_vfs, in otx2_sriov_vfcfg_init()
[all …]
Dotx2_common.h460 struct otx2_vf_config *vf_configs; member