Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/marvell/octeontx2/
Dotx2_cpt_common.h23 (((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.c355 vf_id = (msg->pcifunc >> RVU_PFVF_FUNC_SHIFT) & in otx2_cptpf_afpf_mbox_handler()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.h138 (((func) & RVU_PFVF_FUNC_MASK) << RVU_PFVF_FUNC_SHIFT))
Drvu.h43 #define RVU_PFVF_FUNC_SHIFT 0 macro
Drvu.c2153 ~(RVU_PFVF_FUNC_MASK << RVU_PFVF_FUNC_SHIFT); in __rvu_mbox_handler()
2154 msg->pcifunc |= (devid << RVU_PFVF_FUNC_SHIFT) + 1; in __rvu_mbox_handler()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c667 n = (vf->pcifunc >> RVU_PFVF_FUNC_SHIFT) & RVU_PFVF_FUNC_MASK; in otx2vf_probe()
Dotx2_common.h851 #define RVU_PFVF_FUNC_SHIFT 0 macro