Lines Matching refs:gather_data_words
39 size_t gather_data_words; member
55 dma_free_attrs(bo->dev, bo->gather_data_words * 4, bo->gather_data, bo->gather_data_dma, in gather_bo_release()
90 gather->gather_data_words * 4); in gather_bo_pin()
99 map->size = gather->gather_data_words * 4; in gather_bo_pin()
186 if (args->gather_data_words == 0) { in submit_copy_gather_data()
191 if (check_mul_overflow((size_t)args->gather_data_words, (size_t)4, ©_len)) { in submit_copy_gather_data()
221 bo->gather_data_words = args->gather_data_words; in submit_copy_gather_data()
242 if (buf->reloc.gather_offset_words >= bo->gather_data_words) { in submit_write_reloc()
245 buf->reloc.gather_offset_words, bo->gather_data_words); in submit_write_reloc()
250 bo->gather_data_words); in submit_write_reloc()
374 if (next_offset > bo->gather_data_words) { in submit_job_add_gather()