Home
last modified time | relevance | path

Searched refs:RVU_PFVF_FUNC_SHIFT (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_common.h22 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
Dotx2_cptvf_mbox.c92 cptvf->vf_id = ((msg->pcifunc >> RVU_PFVF_FUNC_SHIFT) in process_pfvf_mbox_mbox_msg()
Dotx2_cptpf_mbox.c344 vf_id = (msg->pcifunc >> RVU_PFVF_FUNC_SHIFT) & in otx2_cptpf_afpf_mbox_handler()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c672 n = (vf->pcifunc >> RVU_PFVF_FUNC_SHIFT) & RVU_PFVF_FUNC_MASK; in otx2vf_probe()
Dotx2_common.h717 #define RVU_PFVF_FUNC_SHIFT 0 macro
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h41 #define RVU_PFVF_FUNC_SHIFT 0 macro
Drvu.c2072 ~(RVU_PFVF_FUNC_MASK << RVU_PFVF_FUNC_SHIFT); in __rvu_mbox_handler()
2073 msg->pcifunc |= (devid << RVU_PFVF_FUNC_SHIFT) + 1; in __rvu_mbox_handler()