Home
last modified time | relevance | path

Searched refs:CNXK_VF_SDP_R_IN_INT_LEVELS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_cnxk.c41 qno, CNXK_VF_SDP_R_IN_INT_LEVELS(qno), in cnxk_vf_dump_q_regs()
42 octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(qno))); in cnxk_vf_dump_q_regs()
94 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(q_no), val); in cnxk_vf_reset_iq()
190 iq->intr_lvl_reg = oct->mmio.hw_addr + CNXK_VF_SDP_R_IN_INT_LEVELS(iq_no); in octep_vf_setup_iq_regs_cnxk()
198 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(iq_no), reg_val); in octep_vf_setup_iq_regs_cnxk()
327 reg_val = octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(q)); in octep_vf_enable_interrupts_cnxk()
329 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(q), reg_val); in octep_vf_enable_interrupts_cnxk()
352 reg_val = octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(q)); in octep_vf_disable_interrupts_cnxk()
354 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(q), reg_val); in octep_vf_disable_interrupts_cnxk()
389 reg_val = octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_INT_LEVELS(iq_no)); in octep_vf_enable_iq_cnxk()
[all …]
Doctep_vf_regs_cnxk.h55 #define CNXK_VF_SDP_R_IN_INT_LEVELS(ring) \ macro