Searched defs:ata_request (Results 1 – 1 of 1) sorted by relevance
230 struct ata_request { struct231 device_t dev; /* device handle */232 device_t parent; /* channel handle */233 int unit; /* physical unit */234 union {246 } u;247 u_int32_t bytecount; /* bytes to transfer */248 u_int32_t transfersize; /* bytes pr transfer */249 caddr_t data; /* pointer to data buf */250 u_int32_t tag; /* HW tag of this request */[all …]