Home
last modified time | relevance | path

Searched refs:enabled_vfs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h58 u8 enabled_vfs; /* Number of enabled VFs */ member
H A Dotx2_cptpf_mbox.c357 for (vf_idx = i * 64; vf_idx < cptpf->enabled_vfs; vf_idx++) { in otx2_cptpf_vfpf_mbox_intr()
533 if (vf_id >= cptpf->enabled_vfs) { in forward_to_vf()
536 vf_id, cptpf->enabled_vfs); in forward_to_vf()
H A Dotx2_cpt_devlink.c60 if (cptpf->enabled_vfs != 0 || cptpf->eng_grps.is_grps_created) in otx2_cpt_dl_t106_mode_set()
H A Dotx2_cptpf_main.c664 cptpf->enabled_vfs = 0; in cptpf_sriov_disable()
697 cptpf->enabled_vfs = num_vfs; in cptpf_sriov_enable()
709 cptpf->enabled_vfs = 0; in cptpf_sriov_enable()
H A Dotx2_cptpf_ucode.c1712 if (cptpf->enabled_vfs) { in otx2_cpt_dl_custom_egrp_create()
/linux/drivers/vdpa/octeon_ep/
H A Doctep_vdpa_main.c17 int enabled_vfs; member
730 pf->enabled_vfs = num_vfs; in octep_sriov_enable()
745 for (i = 0; i < pf->enabled_vfs; i++) in octep_sriov_enable()
760 pf->enabled_vfs = 0; in octep_sriov_disable()