Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1751 if (pfvf->vf_configs[vf].trusted) in otx2_promisc_use_mce_list()
2486 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()
2509 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()
2674 config = &pf->vf_configs[vf]; in otx2_get_vf_config()
2807 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()
2831 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()
2928 if (!pf->vf_configs) in otx2_sriov_vfcfg_init()
2932 pf->vf_configs[i].pf = pf; in otx2_sriov_vfcfg_init()
2933 pf->vf_configs[i].intf_down = true; in otx2_sriov_vfcfg_init()
2934 pf->vf_configs[i].trusted = false; in otx2_sriov_vfcfg_init()
[all …]
H A Dotx2_common.h483 struct otx2_vf_config *vf_configs; member