Lines Matching refs:service_id

128 	int64_t service_id;  member
391 if (txa->service_id != TXA_INVALID_SERVICE_ID) { in txa_service_unregister()
392 rte_service_component_runstate_set(txa->service_id, 0); in txa_service_unregister()
393 while (rte_service_may_be_active(txa->service_id)) in txa_service_unregister()
395 rte_service_component_unregister(txa->service_id); in txa_service_unregister()
397 txa->service_id = TXA_INVALID_SERVICE_ID; in txa_service_unregister()
407 if (txa->service_id != TXA_INVALID_SERVICE_ID) in txa_service_register()
417 (uint32_t *)&txa->service_id); in txa_service_register()
430 rte_service_component_runstate_set(txa->service_id, 1); in txa_service_register()
471 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_ctrl()
474 ret = rte_service_runstate_set(txa->service_id, start); in txa_service_ctrl()
476 while (rte_service_may_be_active(txa->service_id)) in txa_service_ctrl()
716 txa->service_id = TXA_INVALID_SERVICE_ID; in txa_service_adapter_create_ext()
729 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_event_port_get()
910 txa_service_id_get(uint8_t id, uint32_t *service_id) in txa_service_id_get() argument
915 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_id_get()
918 if (service_id == NULL) in txa_service_id_get()
921 *service_id = txa->service_id; in txa_service_id_get()
1140 rte_event_eth_tx_adapter_service_id_get(uint8_t id, uint32_t *service_id) in rte_event_eth_tx_adapter_service_id_get() argument
1144 return txa_service_id_get(id, service_id); in rte_event_eth_tx_adapter_service_id_get()