Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_cnxk.c35 qno, CNXK_VF_SDP_R_IN_INSTR_RSIZE(qno), in cnxk_vf_dump_q_regs()
36 octep_vf_read_csr64(oct, CNXK_VF_SDP_R_IN_INSTR_RSIZE(qno))); in cnxk_vf_dump_q_regs()
98 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_INSTR_RSIZE(q_no), val); in cnxk_vf_reset_iq()
185 octep_vf_write_csr64(oct, CNXK_VF_SDP_R_IN_INSTR_RSIZE(iq_no), iq->max_count); in octep_vf_setup_iq_regs_cnxk()
H A Doctep_vf_regs_cnxk.h46 #define CNXK_VF_SDP_R_IN_INSTR_RSIZE(ring) \ macro