Home
last modified time | relevance | path

Searched refs:otx2_read64 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_ipsec.c146 reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG); in cn10k_outb_cptlf_iq_enable()
151 reg_val = otx2_read64(pf, CN10K_CPT_LF_CTL); in cn10k_outb_cptlf_iq_enable()
171 reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG); in cn10k_outb_cptlf_iq_disable()
192 reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG); in cn10k_outb_cptlf_iq_disable()
197 reg_val = otx2_read64(pf, CN10K_CPT_LF_Q_GRP_PTR); in cn10k_outb_cptlf_iq_disable()
204 reg_val = otx2_read64(pf, CN10K_CPT_LF_INPROG); in cn10k_outb_cptlf_iq_disable()
H A Dcn20k.c23 pf_trig_val = otx2_read64(pf, RVU_PF_INT) & 0x3ULL; in cn20k_pfaf_mbox_intr_handler()
64 vf_trig_val = otx2_read64(vf, RVU_VF_INT) & 0x3ULL; in cn20k_vfaf_mbox_intr_handler()
158 intr = otx2_read64(pf, irq_data->intr_status); in cn20k_pfvf_mbox_intr_handler()
H A Dotx2_pf.c157 intr = otx2_read64(pf, RVU_PF_VFFLR_INTX(reg)); in otx2_pf_flr_intr_handler()
186 intr = otx2_read64(pf, RVU_PF_VFME_INTX(reg)); in otx2_pf_me_intr_handler()
560 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(1)); in otx2_pfvf_mbox_intr_handler()
568 intr = otx2_read64(pf, RVU_PF_VFPF_MBOX_INTX(0)); in otx2_pfvf_mbox_intr_handler()
1057 mbox_data = otx2_read64(pf, RVU_PF_PFAF_MBOX0); in otx2_pfaf_mbox_intr_handler()
1413 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler()
1449 qidx, otx2_read64(pf, NIX_LF_ERR_INT)); in otx2_q_intr_handler()
1453 sq_op_err_dbg = otx2_read64(pf, NIX_LF_SQ_OP_ERR_DBG); in otx2_q_intr_handler()
1474 mnq_err_dbg = otx2_read64(pf, NIX_LF_MNQ_ERR_DBG); in otx2_q_intr_handler()
1486 snd_err_dbg = otx2_read64(pf, NIX_LF_SEND_ERR_DBG); in otx2_q_intr_handler()
[all …]
H A Dotx2_common.h89 otx2_read64(pfvf, NIX_LF_RX_STATX(reg))
91 otx2_read64(pfvf, NIX_LF_TX_STATX(reg))
696 static inline u64 otx2_read64(struct otx2_nic *nic, u64 offset) in otx2_read64() function
H A Dotx2_vf.c195 mbox_data = otx2_read64(vf, RVU_VF_VFPF_MBOX0); in otx2vf_vfaf_mbox_intr_handler()
H A Dotx2_common.c1761 if (otx2_read64(pfvf, RVU_PF_BLOCK_ADDRX_DISC(BLKADDR_NIX1)) & 0x1FFULL) in otx2_attach_npa_nix()