Lines Matching refs:rx_thread_params
262 struct rx_thread_params { struct
269 static struct rx_thread_params rx_thread_params_array[MAX_LCORE_PARAMS]; argument
270 static struct rx_thread_params rx_thread_params_array_default[] = {
282 static struct rx_thread_params *rx_thread_params = variable
2492 queue = rx_thread_params[i].queue_id; in check_lcore_params()
2497 lcore = rx_thread_params[i].lcore_id; in check_lcore_params()
2517 portid = rx_thread_params[i].port_id; in check_port_config()
2537 if (rx_thread_params[i].port_id == port && in get_port_n_rx_queues()
2538 rx_thread_params[i].queue_id > queue) in get_port_n_rx_queues()
2539 queue = rx_thread_params[i].queue_id; in get_port_n_rx_queues()
2601 thread = rx_thread_params[i].thread_id; in init_rx_queues()
2611 rx_thread[thread].conf.lcore_id = rx_thread_params[i].lcore_id; in init_rx_queues()
2613 rx_thread_params[i].port_id; in init_rx_queues()
2615 rx_thread_params[i].queue_id; in init_rx_queues()
2767 rx_thread_params = rx_thread_params_array; in parse_rx_config()