Searched refs:service_count (Results 1 – 3 of 3) sorted by relevance
32 uint8_t service_count; in l2fwd_event_service_enable() local47 service_count = rte_service_lcore_count_services( in l2fwd_event_service_enable()49 if (service_count < min_service_count) { in l2fwd_event_service_enable()51 min_service_count = service_count; in l2fwd_event_service_enable()
835 int service_count = 0; in eh_start_worker_eth_core() local848 if (service_count > EVENT_MODE_MAX_ADAPTERS_PER_RX_CORE) { in eh_start_worker_eth_core()863 &(service_id[service_count])); in eh_start_worker_eth_core()872 service_count++; in eh_start_worker_eth_core()881 if (service_count > EVENT_MODE_MAX_ADAPTERS_PER_TX_CORE) { in eh_start_worker_eth_core()896 &(service_id[service_count])); in eh_start_worker_eth_core()905 service_count++; in eh_start_worker_eth_core()911 for (i = 0; i < service_count; i++) { in eh_start_worker_eth_core()
1097 uint8_t service_count; in l3fwd_service_enable() local1112 service_count = rte_service_lcore_count_services( in l3fwd_service_enable()1114 if (service_count < min_service_count) { in l3fwd_service_enable()1116 min_service_count = service_count; in l3fwd_service_enable()