Searched defs:floppy_raw_cmd (Results 1 – 3 of 3) sorted by relevance
330 struct floppy_raw_cmd { struct331 unsigned int flags;356 struct floppy_raw_cmd *next; /* used for chaining of raw cmd's argument358 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;[all …]
91763 struct floppy_raw_cmd { struct91767 struct floppy_raw_cmd *next; argument91768 long int length;91769 long int phys_length;91770 int buffer_length;91771 unsigned char rate;91772 unsigned char cmd_count;91773 union {91781 int track;91782 int resultcode;[all …]