Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_eth_tx_adapter.c165 static struct txa_service_data **txa_service_data_array; variable
224 if (txa_service_data_array == NULL) { in txa_lookup()
228 txa_service_data_array = mz->addr; in txa_lookup()
262 if (txa_service_data_array == NULL) { in txa_service_data_init()
265 txa_service_data_array = in txa_service_data_init()
267 sizeof(*txa_service_data_array), in txa_service_data_init()
269 if (txa_service_data_array == NULL) in txa_service_data_init()
274 txa_service_data_array[i] = NULL; in txa_service_data_init()
283 return txa_service_data_array[id]; in txa_service_id_to_data()
774 txa_service_data_array[id] = txa; in txa_service_adapter_create_ext()