Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c57 #define NUM_TASK_PF_SEGMENTS 4 macro
125 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS)
126 #define TASK_SEGMENT_VF (NUM_TASK_PF_SEGMENTS)
145 #define ILT_CLI_PF_BLOCKS (1 + NUM_TASK_PF_SEGMENTS * 2)
318 u32 pf_tids[NUM_TASK_PF_SEGMENTS]; /* per segment */
360 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in ecore_cxt_tm_iids()
367 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_tm_iids()
375 for (iids->pf_tids_total = 0, j = 0; j < NUM_TASK_PF_SEGMENTS; j++) { in ecore_cxt_tm_iids()
397 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in ecore_cxt_qm_iids()
404 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in ecore_cxt_qm_iids()
[all …]