Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_cnxk.c29 qno, CNXK_VF_SDP_R_IN_ENABLE(qno), in cnxk_vf_dump_q_regs()
30 octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_ENABLE(qno))); in cnxk_vf_dump_q_regs()
91 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_ENABLE(q_no), val); in cnxk_vf_reset_iq()
393 reg_val = octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_ENABLE(iq_no)); in octep_vf_enable_iq_cnxk()
395 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_ENABLE(iq_no), reg_val); in octep_vf_enable_iq_cnxk()
430 reg_val = octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_ENABLE(iq_no)); in octep_vf_disable_iq_cnxk()
432 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_ENABLE(iq_no), reg_val); in octep_vf_disable_iq_cnxk()
Doctep_vf_regs_cnxk.h40 #define CNXK_VF_SDP_R_IN_ENABLE(ring) \ macro