Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c747 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()
853 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()
2188 vf_idx = config - config->pf->vf_configs; in otx2_vf_link_event_task()
2221 pf->vf_configs = kcalloc(numvfs, sizeof(struct otx2_vf_config), in otx2_sriov_enable()
2223 if (!pf->vf_configs) { in otx2_sriov_enable()
2229 pf->vf_configs[i].pf = pf; in otx2_sriov_enable()
2230 pf->vf_configs[i].intf_down = true; in otx2_sriov_enable()
2231 INIT_DELAYED_WORK(&pf->vf_configs[i].link_event_work, in otx2_sriov_enable()
2253 kfree(pf->vf_configs); in otx2_sriov_enable()
2274 cancel_delayed_work_sync(&pf->vf_configs[i].link_event_work); in otx2_sriov_disable()
[all …]
H A Dotx2_common.h257 struct otx2_vf_config *vf_configs; member