Home
last modified time | relevance | path

Searched refs:vf_configs (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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()
1689 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()
2729 if (pf->vf_configs[vf].trusted == enable) in otx2_ndo_set_vf_trust()
2732 pf->vf_configs[vf].trusted = enable; in otx2_ndo_set_vf_trust()
2736 pf->vf_configs[v in otx2_ndo_set_vf_trust()
[all...]
H A Dotx2_common.h486 struct otx2_vf_config *vf_configs; member
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c750 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()
856 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()
2201 vf_idx = config - config->pf->vf_configs; in otx2_vf_link_event_task()
2234 pf->vf_configs = kcalloc(numvfs, sizeof(struct otx2_vf_config), in otx2_sriov_enable()
2236 if (!pf->vf_configs) { in otx2_sriov_enable()
2242 pf->vf_configs[i].pf = pf; in otx2_sriov_enable()
2243 pf->vf_configs[i].intf_down = true; in otx2_sriov_enable()
2244 INIT_DELAYED_WORK(&pf->vf_configs[i].link_event_work, in otx2_sriov_enable()
2266 kfree(pf->vf_configs); in otx2_sriov_enable()
2287 cancel_delayed_work_sync(&pf->vf_configs[ in otx2_sriov_disable()
[all...]
H A Dotx2_common.h257 struct otx2_vf_config *vf_configs; member

Completed in 9 milliseconds