Searched refs:otx2_read64 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 144 intr = otx2_read64(pf, RVU_PF_VFFLR_INTX(reg)); in otx2_pf_flr_intr_handler() 173 intr = otx2_read64(pf, RVU_PF_VFME_INTX(reg)); in otx2_pf_me_intr_handler() 550 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(1)); in otx2_pfvf_mbox_intr_handler() 557 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(0)); in otx2_pfvf_mbox_intr_handler() 1153 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1178 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1183 otx2_read64(pf, in otx2_q_intr_handler() 1191 otx2_read64(pf, NIX_LF_MNQ_ERR_DBG)); in otx2_q_intr_handler() 1198 otx2_read64(pf, in otx2_q_intr_handler() 1934 rev = otx2_read64(nic, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_RVUM)); in otx2_check_pf_usable()
|
D | otx2_common.c | 90 otx2_read64(pfvf, NIX_LF_RX_STATX(reg)) in otx2_get_dev_stats() 92 otx2_read64(pfvf, NIX_LF_TX_STATX(reg)) in otx2_get_dev_stats() 1393 if (otx2_read64(pfvf, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_NIX1)) & 0x1FFULL) in otx2_attach_npa_nix()
|
D | otx2_common.h | 349 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) in otx2_read64() function
|