Searched refs:vf_configs (Results 1 – 2 of 2) sorted by relevance
742 struct otx2_vf_config *config = &pf->vf_configs[devid - 1]; in otx2_process_pfaf_mbox_msg()848 struct otx2_vf_config *config = &pf->vf_configs[i]; in otx2_mbox_up_handler_cgx_link_event()2173 vf_idx = config - config->pf->vf_configs; in otx2_vf_link_event_task()2206 pf->vf_configs = kcalloc(numvfs, sizeof(struct otx2_vf_config), in otx2_sriov_enable()2208 if (!pf->vf_configs) { in otx2_sriov_enable()2214 pf->vf_configs[i].pf = pf; in otx2_sriov_enable()2215 pf->vf_configs[i].intf_down = true; in otx2_sriov_enable()2216 INIT_DELAYED_WORK(&pf->vf_configs[i].link_event_work, in otx2_sriov_enable()2238 kfree(pf->vf_configs); in otx2_sriov_enable()2259 cancel_delayed_work_sync(&pf->vf_configs[i].link_event_work); in otx2_sriov_disable()[all …]
257 struct otx2_vf_config *vf_configs; member