Lines Matching defs:ide_cmd
329 struct ide_cmd { struct
330 struct ide_taskfile tf;
331 struct ide_taskfile hob;
332 struct {
337 } valid;
339 u16 tf_flags;
340 u8 ftf_flags; /* for TASKFILE ioctl */
341 int protocol;
343 int sg_nents; /* number of sg entries */
344 int orig_sg_nents;
345 int sg_dma_direction; /* DMA transfer direction */
347 unsigned int nbytes;
348 unsigned int nleft;
349 unsigned int last_xfer_len;
351 struct scatterlist *cursg;
352 unsigned int cursg_ofs;
354 struct request *rq; /* copy of request */