Lines Matching defs:floppy_raw_cmd
330 struct floppy_raw_cmd { struct
331 unsigned int flags;
356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument
358 long length; /* in: length of dma transfer. out: remaining bytes */
359 long phys_length; /* physical length, if different from dma length */
360 int buffer_length; /* length of allocated buffer */
362 unsigned char rate;
373 unsigned char cmd_count;
374 union {
382 int track;
383 int resultcode;
385 int reserved1;
386 int reserved2;