Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h202 struct otx2_vf_config { struct
257 struct otx2_vf_config *vf_configs;
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()
2180 struct otx2_vf_config *config; in otx2_vf_link_event_task()
2186 config = container_of(work, struct otx2_vf_config, in otx2_vf_link_event_task()
2221 pf->vf_configs = kcalloc(numvfs, sizeof(struct otx2_vf_config), in otx2_sriov_enable()