Lines Matching refs:gtf_length
214 * @gtf_length: number of bytes of _GTF data returned at @gtf_address
223 * The returned @gtf_length and @gtf_address are only valid if the
227 unsigned int *gtf_length, unsigned long *gtf_address,
235 *gtf_length = 0;
288 *gtf_length = out_obj->buffer.length;
291 DEBPRINT("returning gtf_length=%d, gtf_address=0x%lx, obj_loc=0x%lx\n",
292 *gtf_length, *gtf_address, *obj_loc);
301 * @gtf_length: total number of bytes of _GTF taskfiles
304 * Write {gtf_address, length gtf_length} in groups of
308 unsigned int gtf_length,
312 int gtf_count = gtf_length / REGS_PER_GTF;
316 gtf_length, gtf_length, gtf_count, gtf_address);
365 unsigned int gtf_length;
371 ret = do_drive_get_GTF(drive, >f_length, >f_address, &obj_loc);
379 ret = do_drive_set_taskfiles(drive, gtf_length, gtf_address);