Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c751 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()
867 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()
1702 if (pfvf->vf_configs[vf].trusted) in otx2_promisc_use_mce_list()
2409 config = &pf->vf_configs[vf]; in otx2_set_vf_mac()
2432 config = &pf->vf_configs[vf]; in otx2_do_set_vf_vlan()
2597 config = &pf->vf_configs[vf]; in otx2_get_vf_config()
2729 if (pf->vf_configs[vf].trusted) in otx2_set_vf_permissions()
2750 if (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()
2757 pf->vf_configs[vf].trusted = !enable; in otx2_ndo_set_vf_trust()
[all …]
Dotx2_common.h486 struct otx2_vf_config *vf_configs; member