Home
last modified time | relevance | path

Searched refs:TXA_INVALID_SERVICE_ID (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_tx_adapter.c19 #define TXA_INVALID_SERVICE_ID INT64_C(-1) macro
392 if (txa->service_id != TXA_INVALID_SERVICE_ID) { in txa_service_unregister()
398 txa->service_id = TXA_INVALID_SERVICE_ID; in txa_service_unregister()
408 if (txa->service_id != TXA_INVALID_SERVICE_ID) in txa_service_register()
472 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_ctrl()
671 txa->service_id = TXA_INVALID_SERVICE_ID; in txa_service_adapter_create_ext()
684 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_event_port_get()
866 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_id_get()