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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c59 #define NUM_TASK_PF_SEGMENTS 4 macro
127 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS)
128 #define TASK_SEGMENT_VF (NUM_TASK_PF_SEGMENTS)
147 #define ILT_CLI_PF_BLOCKS (1 + NUM_TASK_PF_SEGMENTS * 2)
320 u32 pf_tids[NUM_TASK_PF_SEGMENTS]; /* per segment */
362 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++)
369 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count;
377 for (iids->pf_tids_total = 0, j = 0; j < NUM_TASK_PF_SEGMENTS; j++) {
399 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++)
406 vf_tids += segs[NUM_TASK_PF_SEGMENTS]
[all...]

Completed in 107 milliseconds