Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_cxt.h218 #define NUM_TASK_PF_SEGMENTS 4 macro
222 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS)
223 #define TASK_SEGMENT_VF (NUM_TASK_PF_SEGMENTS)
242 #define ILT_CLI_PF_BLOCKS (1 + NUM_TASK_PF_SEGMENTS * 2)
H A Decore_cxt.c137 u32 pf_tids[NUM_TASK_PF_SEGMENTS]; /* per segment */
174 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in ecore_cxt_tm_iids()
181 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_tm_iids()
211 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in ecore_cxt_qm_iids()
218 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_qm_iids()
485 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in ecore_cxt_cfg_ilt_compute()
500 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in ecore_cxt_cfg_ilt_compute()
1373 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in ecore_cdu_init_pf()
1722 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in ecore_tm_init_pf()
2197 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in ecore_get_cdut_num_pf_init_pages()
[all …]