Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h23 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
H A Dotx2_cptvf_mbox.c93 cptvf->vf_id = ((msg->pcifunc >> RVU_PFVF_FUNC_SHIFT) in process_pfvf_mbox_mbox_msg()
H A Dotx2_cptpf_mbox.c584 vf_id = (msg->pcifunc >> RVU_PFVF_FUNC_SHIFT) & in otx2_cptpf_afpf_mbox_handler()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h144 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
H A Drvu.h46 #define RVU_PFVF_FUNC_SHIFT 0 macro
H A Drvu.c2233 ~(RVU_PFVF_FUNC_MASK << RVU_PFVF_FUNC_SHIFT); in __rvu_mbox_handler()
2234 msg->pcifunc |= (devid << RVU_PFVF_FUNC_SHIFT) + 1; in __rvu_mbox_handler()