Searched refs:arg_bo_cnt (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_ctx.c | 585 u32 cmd_bo_hdl, u32 *arg_bo_hdls, u32 arg_bo_cnt, in amdxdna_cmd_submit() argument 593 XDNA_DBG(xdna, "Command BO hdl %d, Arg BO count %d", cmd_bo_hdl, arg_bo_cnt); in amdxdna_cmd_submit() 598 job = kzalloc_flex(*job, bos, arg_bo_cnt); in amdxdna_cmd_submit() 623 ret = amdxdna_arg_bos_lookup(client, job, arg_bo_hdls, arg_bo_cnt); in amdxdna_cmd_submit()
|
| H A D | amdxdna_ctx.h | 214 u32 *arg_bo_hdls, u32 arg_bo_cnt,
|