Lines Matching defs:ide_cmd
288 struct ide_cmd { struct
289 struct ide_taskfile tf;
290 struct ide_taskfile hob;
291 struct {
296 } valid;
298 u16 tf_flags;
299 u8 ftf_flags; /* for TASKFILE ioctl */
300 int protocol;
302 int sg_nents; /* number of sg entries */
303 int orig_sg_nents;
304 int sg_dma_direction; /* DMA transfer direction */
306 unsigned int nbytes;
307 unsigned int nleft;
308 unsigned int last_xfer_len;
310 struct scatterlist *cursg;
311 unsigned int cursg_ofs;
313 struct request *rq; /* copy of request */