Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c61 #define NUM_TASK_PF_SEGMENTS 4 macro
140 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS)
141 #define TASK_SEGMENT_VF (NUM_TASK_PF_SEGMENTS)
160 #define ILT_CLI_PF_BLOCKS (1 + NUM_TASK_PF_SEGMENTS * 2)
345 u32 pf_tids[NUM_TASK_PF_SEGMENTS]; /* per segment */
388 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in ecore_cxt_tm_iids()
395 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_tm_iids()
403 for (iids->pf_tids_total = 0, j = 0; j < NUM_TASK_PF_SEGMENTS; j++) { in ecore_cxt_tm_iids()
425 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in ecore_cxt_qm_iids()
432 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_qm_iids()
[all …]