Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_cnxk_pf.c84 qno, CNXK_SDP_R_IN_INT_LEVELS(qno), in cnxk_dump_regs()
85 octep_read_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(qno))); in cnxk_dump_regs()
142 octep_write_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(q_no), val); in cnxk_reset_iq()
318 CNXK_SDP_R_IN_INT_LEVELS(iq_no); in octep_setup_iq_regs_cnxk_pf()
326 octep_write_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(iq_no), reg_val); in octep_setup_iq_regs_cnxk_pf()
776 reg_val = octep_read_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(iq_no)); in octep_enable_iq_cnxk_pf()
778 octep_write_csr64(oct, CNXK_SDP_R_IN_INT_LEVELS(iq_no), reg_val); in octep_enable_iq_cnxk_pf()
H A Doctep_regs_cnxk_pf.h91 #define CNXK_SDP_R_IN_INT_LEVELS(ring) \ macro