Lines Matching defs:is_partial
1161 bool is_partial, struct dma_bridge_chan *dbc, u32 head,
1179 is_partial ? pexec[i].handle : exec[i].handle);
1192 if (is_partial && pexec[i].resize > bo->size) {
1213 if (is_partial && pexec[i].resize && pexec[i].resize <= slice->offset)
1224 if (is_partial && pexec[i].resize &&
1263 bool is_partial, u64 received_ts, u64 submit_ts, u32 queue_level)
1279 is_partial ? pexec[i].handle : exec[i].handle);
1292 bool is_partial)
1313 size = is_partial ? sizeof(struct qaic_partial_execute_entry) : sizeof(*exec);
1367 ret = send_bo_list_to_device(qdev, file_priv, exec, args->hdr.count, is_partial, dbc,
1376 update_profiling_data(file_priv, exec, args->hdr.count, is_partial, received_ts,