Lines Matching defs: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;
185 if (args->gather_data_words == 0) {
186 SUBMIT_ERR(context, "gather_data_words cannot be zero");
190 if (check_mul_overflow((size_t)args->gather_data_words, (size_t)4, ©_len)) {
191 SUBMIT_ERR(context, "gather_data_words is too large");
220 bo->gather_data_words = args->gather_data_words;
241 if (buf->reloc.gather_offset_words >= bo->gather_data_words) {
244 buf->reloc.gather_offset_words, bo->gather_data_words);
249 bo->gather_data_words);
373 if (next_offset > bo->gather_data_words) {