Searched refs:otx2_read64 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 153 intr = otx2_read64(pf, RVU_PF_VFFLR_INTX(reg)); in otx2_pf_flr_intr_handler() 182 intr = otx2_read64(pf, RVU_PF_VFME_INTX(reg)); in otx2_pf_me_intr_handler() 564 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(1)); in otx2_pfvf_mbox_intr_handler() 571 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(0)); in otx2_pfvf_mbox_intr_handler() 1246 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1276 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1280 sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG); in otx2_q_intr_handler() 1298 mnq_err_dbg = otx2_read64(pf, NIX_LF_MNQ_ERR_DBG); in otx2_q_intr_handler() 1308 snd_err_dbg = otx2_read64(pf, NIX_LF_SEND_ERR_DBG); in otx2_q_intr_handler() 2629 rev = otx2_read64(nic, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_RVUM)); in otx2_check_pf_usable()
|
D | otx2_common.h | 66 otx2_read64(pfvf, NIX_LF_RX_STATX(reg)) 68 otx2_read64(pfvf, NIX_LF_TX_STATX(reg)) 618 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) in otx2_read64() function
|
D | otx2_common.c | 1534 if (otx2_read64(pfvf, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_NIX1)) & 0x1FFULL) in otx2_attach_npa_nix()
|