Searched refs:service_count (Results 1 – 3 of 3) sorted by relevance
929 int service_count = 0; in eh_start_worker_eth_core() local942 if (service_count > EVENT_MODE_MAX_ADAPTERS_PER_RX_CORE) { in eh_start_worker_eth_core()957 &(service_id[service_count])); in eh_start_worker_eth_core()966 service_count++; in eh_start_worker_eth_core()975 if (service_count > EVENT_MODE_MAX_ADAPTERS_PER_TX_CORE) { in eh_start_worker_eth_core()990 &(service_id[service_count])); in eh_start_worker_eth_core()999 service_count++; in eh_start_worker_eth_core()1005 for (i = 0; i < service_count; i++) { in eh_start_worker_eth_core()
31 uint8_t service_count; in l2fwd_event_service_enable() local46 service_count = rte_service_lcore_count_services( in l2fwd_event_service_enable()48 if (service_count < min_service_count) { in l2fwd_event_service_enable()50 min_service_count = service_count; in l2fwd_event_service_enable()
1372 uint8_t service_count; in l3fwd_service_enable() local1387 service_count = rte_service_lcore_count_services( in l3fwd_service_enable()1389 if (service_count < min_service_count) { in l3fwd_service_enable()1391 min_service_count = service_count; in l3fwd_service_enable()