Searched refs:RVU_PF_VFTRPENDX (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_reg.h | 20 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) macro
|
A D | otx2_pf.c | 135 otx2_write64(pf, RVU_PF_VFTRPENDX(reg), BIT_ULL(vf)); in otx2_flr_handler() 188 otx2_write64(pf, RVU_PF_VFTRPENDX(reg), BIT_ULL(vf)); in otx2_pf_me_intr_handler()
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptpf_main.c | 160 RVU_PF_VFTRPENDX(reg), BIT_ULL(vf)); in cptpf_flr_wq_handler() 215 RVU_PF_VFTRPENDX(reg), BIT_ULL(vf)); in cptpf_vf_me_intr()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_reg.h | 86 #define RVU_PF_VFTRPENDX(a) (0x820 | (a) << 3) macro
|
A D | rvu.c | 2580 rvupf_write64(rvu, RVU_PF_VFTRPENDX(reg), BIT_ULL(vf)); in rvu_afvf_flr_handler() 2679 rvupf_write64(rvu, RVU_PF_VFTRPENDX(idx), BIT_ULL(vf)); in rvu_me_handle_vfset()
|
Completed in 20 milliseconds