Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c19 #define TXA_INVALID_SERVICE_ID INT64_C(-1) macro
391 if (txa->service_id != TXA_INVALID_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()
471 if (txa->service_id == TXA_INVALID_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()
915 if (txa->service_id == TXA_INVALID_SERVICE_ID) in txa_service_id_get()