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.c212 struct ida job_id_pool; member
1126 ida_init(&achan->job_id_pool); in stratix10_svc_add_async_client()
1133 ida_destroy(&achan->job_id_pool); in stratix10_svc_add_async_client()
1191 ida_destroy(&achan->job_id_pool); in stratix10_svc_remove_async_client()
1198 ida_destroy(&achan->job_id_pool); in stratix10_svc_remove_async_client()
1265 ret = ida_alloc_max(&achan->job_id_pool, MAX_SDM_JOB_IDS, in stratix10_svc_async_send()
1342 ida_free(&achan->job_id_pool, in stratix10_svc_async_send()
1519 ida_free(&achan->job_id_pool, in stratix10_svc_async_done()
1637 ida_free(&handler->achan->job_id_pool, in stratix10_svc_async_exit()