Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1689 if (pfvf->vf_configs[vf].trusted) in otx2_promisc_use_mce_list()
2388 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()
2411 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()
2576 config = &pf->vf_configs[vf]; in otx2_get_vf_config()
2708 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()
2732 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()
2827 if (!pf->vf_configs) in otx2_sriov_vfcfg_init()
2831 pf->vf_configs[i].pf = pf; in otx2_sriov_vfcfg_init()
2832 pf->vf_configs[i].intf_down = true; in otx2_sriov_vfcfg_init()
2833 pf->vf_configs[i].trusted = false; in otx2_sriov_vfcfg_init()
[all …]
H A Dotx2_common.h486 struct otx2_vf_config *vf_configs; member