Searched refs:poll_rsrc (Results 1 – 3 of 3) sorted by relevance
32 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_poll_main_loop() local46 qconf = &poll_rsrc->lcore_queue_conf[lcore_id]; in l2fwd_poll_main_loop()74 buf = poll_rsrc->tx_buffer[port_id]; in l2fwd_poll_main_loop()106 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_poll_lcore_config() local141 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_poll_init_tx_buffers() local150 if (poll_rsrc->tx_buffer[port_id] == NULL) in l2fwd_poll_init_tx_buffers()158 poll_rsrc->tx_buffer[port_id], in l2fwd_poll_init_tx_buffers()170 struct l2fwd_poll_resources *poll_rsrc; in l2fwd_poll_resource_setup() local172 poll_rsrc = rte_zmalloc("l2fwd_poll_rsrc", in l2fwd_poll_resource_setup()174 if (poll_rsrc == NULL) in l2fwd_poll_resource_setup()[all …]
82 void *poll_rsrc; member
344 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_launch_one_lcore() local350 poll_rsrc->poll_main_loop(rsrc); in l2fwd_launch_one_lcore()