HomeSort by: relevance | last modified time | path
    Searched defs:ata_xfer (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ata/
atavar.h 126 /* Forward declaration for ata_xfer */
134 struct ata_xfer { struct
165 SIMPLEQ_ENTRY(ata_xfer) c_xferchain;
166 TAILQ_ENTRY(ata_xfer) c_activechain;
169 SLIST_ENTRY(ata_xfer) c_retrychain;
176 int (*c_start)(struct ata_channel *, struct ata_xfer *);
181 int (*c_poll)(struct ata_channel *, struct ata_xfer *);
184 void (*c_abort)(struct ata_channel *, struct ata_xfer *);
185 int (*c_intr)(struct ata_channel *, struct ata_xfer *, int);
186 void (*c_kill_xfer)(struct ata_channel *, struct ata_xfer *, int)
    [all...]

Completed in 11 milliseconds