Searched refs:otx2_read64 (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 154 intr = otx2_read64(pf, RVU_PF_VFFLR_INTX(reg)); in otx2_pf_flr_intr_handler() 183 intr = otx2_read64(pf, RVU_PF_VFME_INTX(reg)); in otx2_pf_me_intr_handler() 565 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(1)); in otx2_pfvf_mbox_intr_handler() 574 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(0)); in otx2_pfvf_mbox_intr_handler() 1249 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1285 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1289 sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG); in otx2_q_intr_handler() 1310 mnq_err_dbg = otx2_read64(pf, NIX_LF_MNQ_ERR_DBG); in otx2_q_intr_handler() 1322 snd_err_dbg = otx2_read64(pf, NIX_LF_SEND_ERR_DBG); in otx2_q_intr_handler() 2701 rev = otx2_read64(nic, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_RVUM)); in otx2_check_pf_usable()
|
D | otx2_common.h | 67 otx2_read64(pfvf, NIX_LF_RX_STATX(reg)) 69 otx2_read64(pfvf, NIX_LF_TX_STATX(reg)) 616 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) in otx2_read64() function
|
D | otx2_common.c | 1589 if (otx2_read64(pfvf, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_NIX1)) & 0x1FFULL) in otx2_attach_npa_nix()
|