Lines Matching defs:ide_cmd
328 struct ide_cmd { struct
329 struct ide_taskfile tf;
330 struct ide_taskfile hob;
331 struct {
336 } valid;
338 u16 tf_flags;
339 u8 ftf_flags; /* for TASKFILE ioctl */
340 int protocol;
342 int sg_nents; /* number of sg entries */
343 int orig_sg_nents;
344 int sg_dma_direction; /* DMA transfer direction */
346 unsigned int nbytes;
347 unsigned int nleft;
348 unsigned int last_xfer_len;
350 struct scatterlist *cursg;
351 unsigned int cursg_ofs;
353 struct request *rq; /* copy of request */