Searched defs:ata_request (Results 1 – 1 of 1) sorted by relevance
220 struct ata_request { struct221 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 */238 u_int32_t transfersize; /* bytes pr transfer */239 caddr_t data; /* pointer to data buf */240 u_int32_t tag; /* HW tag of this request */[all …]