Lines Matching defs:ide_cmd
297 struct ide_cmd { struct
298 struct ide_taskfile tf;
299 struct ide_taskfile hob;
300 struct {
305 } valid;
307 u16 tf_flags;
308 u8 ftf_flags; /* for TASKFILE ioctl */
309 int protocol;
311 int sg_nents; /* number of sg entries */
312 int orig_sg_nents;
313 int sg_dma_direction; /* DMA transfer direction */
315 unsigned int nbytes;
316 unsigned int nleft;
317 unsigned int last_xfer_len;
319 struct scatterlist *cursg;
320 unsigned int cursg_ofs;
322 struct request *rq; /* copy of request */