Home
last modified time | relevance | path

Searched defs:ata_xfer (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Datavar.h134 struct ata_xfer { struct
135 int8_t c_slot; /* queue slot # */
138 struct ata_channel *c_chp;
139 uint16_t c_drive;
140 uint16_t c_retries; /* number of xfer retry */
165 SIMPLEQ_ENTRY(ata_xfer) c_xferchain; argument
172 const struct ata_xfer_ops *ops; argument