Lines Matching defs:lcore_params
103 struct __rte_cache_aligned lcore_params {
109 static struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
110 static struct lcore_params lcore_params_array_default[] = {
122 static struct lcore_params * lcore_params = lcore_params_array_default;
304 queue = lcore_params[i].queue_id;
309 lcore = lcore_params[i].lcore_id;
330 portid = lcore_params[i].port_id;
350 if (lcore_params[i].port_id == port) {
351 if (lcore_params[i].queue_id == queue+1)
352 queue = lcore_params[i].queue_id;
356 lcore_params[i].port_id);
369 lcore = lcore_params[i].lcore_id;
377 lcore_params[i].port_id;
379 lcore_params[i].queue_id;
552 lcore_params = lcore_params_array;
856 uint8_t lcore_params = 0;
908 lcore_params = 1;
1026 RTE_SET_USED(lcore_params); /* needed if no eventdev block */
1028 if (evt_rsrc->enabled && lcore_params) {