Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/
H A Data-all.h220 struct ata_request { struct
221 device_t dev; /* device handle */
222 device_t parent; /* channel handle */
223 int unit; /* physical unit */
224 union {
236 } u;
237 u_int32_t bytecount; /* bytes to transfer */
241 int flags;
271 void (*callback)(struct ata_request *request); argument
281 TAILQ_ENTRY(ata_request) chain; /* list management */ argument
[all …]