Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c57 #define NUM_TASK_PF_SEGMENTS 4 macro
128 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS)
129 #define TASK_SEGMENT_VF (NUM_TASK_PF_SEGMENTS)
144 #define ILT_CLI_PF_BLOCKS (1 + NUM_TASK_PF_SEGMENTS * 2)
310 u32 pf_tids[NUM_TASK_PF_SEGMENTS]; /* per segment */
353 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in qed_cxt_tm_iids()
360 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in qed_cxt_tm_iids()
368 for (iids->pf_tids_total = 0, j = 0; j < NUM_TASK_PF_SEGMENTS; j++) { in qed_cxt_tm_iids()
390 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in qed_cxt_qm_iids()
397 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in qed_cxt_qm_iids()
[all …]