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.c361 for (vf_idx = i * 64; vf_idx < cptpf->enabled_vfs; vf_idx++) { in otx2_cptpf_vfpf_mbox_intr()
538 if (vf_id >= cptpf->enabled_vfs) { in forward_to_vf()
541 vf_id, cptpf->enabled_vfs); in forward_to_vf()
H A Dotx2_cpt_devlink.c58 if (cptpf->enabled_vfs != 0 || cptpf->eng_grps.is_grps_created) in otx2_cpt_dl_t106_mode_set()
H A Dotx2_cptpf_main.c658 cptpf->enabled_vfs = 0; in cptpf_sriov_disable()
691 cptpf->enabled_vfs = num_vfs; in cptpf_sriov_enable()
703 cptpf->enabled_vfs = 0; in cptpf_sriov_enable()
H A Dotx2_cptpf_ucode.c1691 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
727 pf->enabled_vfs = num_vfs;
741 for (i = 0; i < pf->enabled_vfs; i++) in octep_get_vf_devid()
756 pf->enabled_vfs = 0; in octep_vdpa_pf_setup()