Searched refs:rx_adapter (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_rx_adapter.c | 323 return rx_adapter->num_rx_polled + rx_adapter->num_rx_intr; in rxa_sw_adapter_queue_count() 1411 rxa_poll(rx_adapter); in rxa_service_func() 1556 rx_adapter->epoll_events = rte_zmalloc_socket(rx_adapter->mem_name, in rxa_create_intr_thread() 1640 rx_adapter->epd, in rxa_disable_intr() 1748 rx_adapter->epd, in rxa_config_intr() 1781 rx_adapter->epd, in rxa_config_intr() 1875 ret = rx_adapter->conf_cb(id, rx_adapter->eventdev_id, in rxa_init_service() 2365 rx_adapter = rte_zmalloc_socket(mem_name, sizeof(*rx_adapter), in rxa_create() 2376 rx_adapter->id = id; in rxa_create() 2379 rx_adapter->eth_devices = rte_zmalloc_socket(rx_adapter->mem_name, in rxa_create() [all …]
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | event_helper.c | 357 adapter = &(em_conf->rx_adapter[adapter_id]); in eh_set_default_conf_rx_adapter() 913 adapter = &(em_conf->rx_adapter[i]); in eh_initialize_rx_adapter() 927 struct rx_adapter_conf *rx_adapter; in eh_start_worker_eth_core() local 948 rx_adapter = &(conf->rx_adapter[i]); in eh_start_worker_eth_core() 949 if (rx_adapter->rx_core_id != lcore_id) in eh_start_worker_eth_core() 953 adapter_id = rx_adapter->adapter_id; in eh_start_worker_eth_core() 1375 adapter = &(em_conf->rx_adapter[i]); in eh_display_rx_adapter_conf() 1763 id = em_conf->rx_adapter[i].adapter_id; in eh_devs_uninit() 1770 for (j = 0; j < em_conf->rx_adapter[i].nb_connections; j++) { in eh_devs_uninit() 1773 em_conf->rx_adapter[i].conn[j].ethdev_id, -1); in eh_devs_uninit()
|
| H A D | event_helper.h | 149 struct rx_adapter_conf rx_adapter[EVENT_MODE_MAX_RX_ADAPTERS]; member
|