Lines Matching defs:ide_cmd
284 struct ide_cmd { struct
285 struct ide_taskfile tf;
286 struct ide_taskfile hob;
287 struct {
292 } valid;
294 u16 tf_flags;
295 u8 ftf_flags; /* for TASKFILE ioctl */
296 int protocol;
298 int sg_nents; /* number of sg entries */
299 int orig_sg_nents;
300 int sg_dma_direction; /* DMA transfer direction */
302 unsigned int nbytes;
303 unsigned int nleft;
304 unsigned int last_xfer_len;
306 struct scatterlist *cursg;
307 unsigned int cursg_ofs;
309 struct request *rq; /* copy of request */