Home
last modified time | relevance | path

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

/linux/drivers/firmware/
H A Dstratix10-svc.c209 struct ida job_id_pool; member
1145 ida_init(&achan->job_id_pool); in stratix10_svc_add_async_client()
1152 ida_destroy(&achan->job_id_pool); in stratix10_svc_add_async_client()
1210 ida_destroy(&achan->job_id_pool); in stratix10_svc_remove_async_client()
1217 ida_destroy(&achan->job_id_pool); in stratix10_svc_remove_async_client()
1284 ret = ida_alloc_max(&achan->job_id_pool, MAX_SDM_JOB_IDS, in stratix10_svc_async_send()
1361 ida_free(&achan->job_id_pool, in stratix10_svc_async_send()
1538 ida_free(&achan->job_id_pool, in stratix10_svc_async_done()
1656 ida_free(&handler->achan->job_id_pool, in stratix10_svc_async_exit()