Searched refs:gather_data_words (Results 1 – 2 of 2) sorted by relevance
39 size_t gather_data_words; member55 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()191 if (args->gather_data_words == 0) { in submit_copy_gather_data()196 if (check_mul_overflow((size_t)args->gather_data_words, (size_t)4, ©_len)) { in submit_copy_gather_data()226 bo->gather_data_words = args->gather_data_words; in submit_copy_gather_data()247 if (buf->reloc.gather_offset_words >= bo->gather_data_words) { in submit_write_reloc()250 buf->reloc.gather_offset_words, bo->gather_data_words); in submit_write_reloc()255 bo->gather_data_words); in submit_write_reloc()[all …]
946 __u32 gather_data_words; member