Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h58 u8 enabled_vfs; /* Number of enabled VFs */ member
H A Dotx2_cptpf_mbox.c314 for (vf_idx = i * 64; vf_idx < cptpf->enabled_vfs; vf_idx++) { in otx2_cptpf_vfpf_mbox_intr()
480 if (vf_id >= cptpf->enabled_vfs) { in forward_to_vf()
483 vf_id, cptpf->enabled_vfs); in forward_to_vf()
H A Dotx2_cptpf_main.c681 cptpf->enabled_vfs = 0; in cptpf_sriov_disable()
713 cptpf->enabled_vfs = num_vfs; in cptpf_sriov_enable()
725 cptpf->enabled_vfs = 0; in cptpf_sriov_enable()
H A Dotx2_cptpf_ucode.c1683 if (cptpf->enabled_vfs) { in otx2_cpt_dl_custom_egrp_create()