Searched refs:gather_data_words (Results 1 – 2 of 2) sorted by relevance
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() 187 SUBMIT_ERR(context, "gather_data_words cannot be zero"); 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() 192 SUBMIT_ERR(context, "gather_data_words is too large"); in submit_copy_gather_data() 221 bo->gather_data_words = args->gather_data_words; in submit_copy_gather_data() [all...]
942 * @gather_data_words: [in]946 __u32 gather_data_words; member