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.c755 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()
871 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()
1706 if (pfvf->vf_configs[vf].trusted) in otx2_promisc_use_mce_list()
2405 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()
2428 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()
2593 config = &pf->vf_configs[vf]; in otx2_get_vf_config()
2725 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()
2746 if (pf->vf_configs[vf].trusted == enable) in otx2_ndo_set_vf_trust()
2749 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()
2753 pf->vf_configs[vf].trusted = !enable; in otx2_ndo_set_vf_trust()
[all …]
H A Dotx2_common.h486 struct otx2_vf_config *vf_configs; member