Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.c135 #define PBF_CMDQ_LINES_RT_OFFSET(ext_voq) (PBF_REG_YCMD_QS_NUM_LINES_VOQ0_RT_OFFSET + ext_voq * (… argument
137 #define PBF_BTB_GUARANTEED_RT_OFFSET(ext_voq) (PBF_REG_BTB_GUARANTEED_VOQ0_RT_OFFSET + ext_voq * … argument
173ext_voq, wrr) OSAL_MEMSET(&map, 0, sizeof(map)); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_PQ_VAL… argument
261 u8 ext_voq, in ecore_cmdq_lines_voq_rt_init() argument
268 OVERWRITE_RT_REG(p_hwfn, PBF_CMDQ_LINES_RT_OFFSET(ext_voq), (u32)cmdq_lines); in ecore_cmdq_lines_voq_rt_init()
269 STORE_RT_REG(p_hwfn, QM_REG_VOQCRDLINE_RT_OFFSET + ext_voq, qm_line_crd); in ecore_cmdq_lines_voq_rt_init()
270 STORE_RT_REG(p_hwfn, QM_REG_VOQINITCRDLINE_RT_OFFSET + ext_voq, qm_line_crd); in ecore_cmdq_lines_voq_rt_init()
279 u8 tc, ext_voq, port_id, num_tcs_in_port; in ecore_cmdq_lines_rt_init() local
283 for (ext_voq = 0; ext_voq < num_ext_voqs; ext_voq++) in ecore_cmdq_lines_rt_init()
284 STORE_RT_REG(p_hwfn, PBF_CMDQ_LINES_RT_OFFSET(ext_voq), 0); in ecore_cmdq_lines_rt_init()
[all …]