Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h235 #define NUM_TASK_PF_SEGMENTS 4 macro
239 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS)
240 #define TASK_SEGMENT_VF (NUM_TASK_PF_SEGMENTS)
259 #define ILT_CLI_PF_BLOCKS (1 + NUM_TASK_PF_SEGMENTS * 2)
Dqed_cxt.c158 u32 pf_tids[NUM_TASK_PF_SEGMENTS]; /* per segment */
201 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in qed_cxt_tm_iids()
208 iids->per_vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in qed_cxt_tm_iids()
216 for (iids->pf_tids_total = 0, j = 0; j < NUM_TASK_PF_SEGMENTS; j++) { in qed_cxt_tm_iids()
238 for (j = 0; j < NUM_TASK_PF_SEGMENTS; j++) in qed_cxt_qm_iids()
245 vf_tids += segs[NUM_TASK_PF_SEGMENTS].count; in qed_cxt_qm_iids()
527 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in qed_cxt_cfg_ilt_compute()
542 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in qed_cxt_cfg_ilt_compute()
755 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in qed_cxt_cfg_ilt_compute_excess()
1368 for (i = 0; i < NUM_TASK_PF_SEGMENTS; i++) { in qed_cdu_init_pf()
[all …]