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()75 buf = poll_rsrc->tx_buffer[port_id]; in l2fwd_poll_main_loop()109 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_poll_lcore_config() local144 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_poll_init_tx_buffers() local153 if (poll_rsrc->tx_buffer[port_id] == NULL) in l2fwd_poll_init_tx_buffers()161 poll_rsrc->tx_buffer[port_id], in l2fwd_poll_init_tx_buffers()173 struct l2fwd_poll_resources *poll_rsrc; in l2fwd_poll_resource_setup() local175 poll_rsrc = rte_zmalloc("l2fwd_poll_rsrc", in l2fwd_poll_resource_setup()177 if (poll_rsrc == NULL) in l2fwd_poll_resource_setup()[all …]
382 struct l2fwd_poll_resources *poll_rsrc = rsrc->poll_rsrc; in l2fwd_launch_one_lcore() local388 poll_rsrc->poll_main_loop(rsrc); in l2fwd_launch_one_lcore()
93 void *poll_rsrc; member