Searched refs:otx2_read64 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_pf.c | 155 intr = otx2_read64(pf, RVU_PF_VFFLR_INTX(reg)); in otx2_pf_flr_intr_handler() 184 intr = otx2_read64(pf, RVU_PF_VFME_INTX(reg)); in otx2_pf_me_intr_handler() 549 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() 974 mbox_data = otx2_read64(pf, RVU_PF_PFAF_MBOX0); in otx2_pfaf_mbox_intr_handler() 1286 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1322 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler() 1326 sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG); in otx2_q_intr_handler() 1347 mnq_err_dbg = otx2_read64(pf, NIX_LF_MNQ_ERR_DBG); in otx2_q_intr_handler() 1359 snd_err_dbg = otx2_read64(pf, NIX_LF_SEND_ERR_DBG); in otx2_q_intr_handler() [all …]
|
D | otx2_common.h | 71 otx2_read64(pfvf, NIX_LF_RX_STATX(reg)) 73 otx2_read64(pfvf, NIX_LF_TX_STATX(reg)) 646 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) in otx2_read64() function
|
D | otx2_vf.c | 193 mbox_data = otx2_read64(vf, RVU_VF_VFPF_MBOX0); in otx2vf_vfaf_mbox_intr_handler()
|
D | otx2_common.c | 1630 if (otx2_read64(pfvf, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_NIX1)) & 0x1FFULL) in otx2_attach_npa_nix()
|