Lines Matching defs:lcore_params
231 struct lcore_params lcore_params_array[MAX_LCORE_PARAMS];
232 static struct lcore_params lcore_params_array_default[] = {
244 struct lcore_params *lcore_params = lcore_params_array_default;
1404 queue = lcore_params[i].queue_id;
1409 lcore = lcore_params[i].lcore_id;
1436 portid = lcore_params[i].port_id;
1458 if (lcore_params[i].port_id == port &&
1459 lcore_params[i].queue_id > queue)
1460 queue = lcore_params[i].queue_id;
1472 lcore = lcore_params[i].lcore_id;
1480 lcore_params[i].port_id;
1482 lcore_params[i].queue_id;
1699 lcore_params = lcore_params_array;