Searched refs:ipa_alloc_args (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvIPAPool.c | 545 struct IPA_Pool_Alloc_Args ipa_alloc_args; in MApi_IPA_Pool_GetMem() local 558 ipa_alloc_args.pool_handle_id = get_param->pool_handle_id; in MApi_IPA_Pool_GetMem() 559 ipa_alloc_args.offset_in_pool = get_param->offset_in_pool; in MApi_IPA_Pool_GetMem() 560 ipa_alloc_args.length = get_param->length; in MApi_IPA_Pool_GetMem() 561 ipa_alloc_args.timeout = 0;// 0 means if fail ,will not try again in MApi_IPA_Pool_GetMem() 563 …ipa_alloc_args.pool_handle_id,(unsigned long)ipa_alloc_args.offset_in_pool, (unsigned long)ipa_all… in MApi_IPA_Pool_GetMem() 564 res = ioctl(_s32FdIPAPool, IPA_POOL_IOC_ALLOC, &ipa_alloc_args); in MApi_IPA_Pool_GetMem() 565 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem() 568 …(unsigned long)get_param->offset_in_pool, (unsigned long)get_param->length,ipa_alloc_args.error_co… in MApi_IPA_Pool_GetMem() 573 get_param->error_code = ipa_alloc_args.error_code; in MApi_IPA_Pool_GetMem() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | drvIPAPool.c | 463 struct IPA_Pool_Alloc_Args ipa_alloc_args; in MApi_IPA_Pool_GetMem() local 485 ipa_alloc_args.pool_handle_id = get_param->pool_handle_id; in MApi_IPA_Pool_GetMem() 486 ipa_alloc_args.offset_in_pool = get_param->offset_in_pool; in MApi_IPA_Pool_GetMem() 487 ipa_alloc_args.length = get_param->length; in MApi_IPA_Pool_GetMem() 488 ipa_alloc_args.timeout = 0;// 0 means if fail ,will not try again in MApi_IPA_Pool_GetMem() 491 res = file_ioctl(_fileIPAPool, IPA_POOL_IOC_ALLOC, (unsigned long)(&ipa_alloc_args)); in MApi_IPA_Pool_GetMem() 493 if (res < 0 || ipa_alloc_args.error_code != IPAERROR_OK) in MApi_IPA_Pool_GetMem() 496 …get_param->offset_in_pool, (long long unsigned int)get_param->length,ipa_alloc_args.error_code,res… in MApi_IPA_Pool_GetMem() 501 get_param->error_code = ipa_alloc_args.error_code; in MApi_IPA_Pool_GetMem() 1233 struct IPA_Pool_Alloc_Args ipa_alloc_args; in MApi_IPA_Pool_GetMem_Timeout() local [all …]
|