Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h239 #define TASK_SEGMENTS (NUM_TASK_PF_SEGMENTS + NUM_TASK_VF_SEGMENTS) macro
251 struct qed_tid_seg tid_seg[TASK_SEGMENTS];
Dqed_cxt.c349 for (i = 0; i < TASK_SEGMENTS; i++) in qed_cxt_get_proto_tid_count()