Lines Matching refs:gather_data_words
39 size_t gather_data_words;
55 dma_free_attrs(bo->dev, bo->gather_data_words * 4, bo->gather_data, bo->gather_data_dma,
90 gather->gather_data_words * 4);
99 map->size = gather->gather_data_words * 4;
186 if (args->gather_data_words == 0) {
187 SUBMIT_ERR(context, "gather_data_words cannot be zero");
191 if (check_mul_overflow((size_t)args->gather_data_words, (size_t)4, ©_len)) {
192 SUBMIT_ERR(context, "gather_data_words is too large");
221 bo->gather_data_words = args->gather_data_words;
242 if (buf->reloc.gather_offset_words >= bo->gather_data_words) {
245 buf->reloc.gather_offset_words, bo->gather_data_words);
250 bo->gather_data_words);
374 if (next_offset > bo->gather_data_words) {