Home
last modified time | relevance | path

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

/freebsd-src/sys/cam/
H A Dcam_ccb.h797 struct ccb_ataio { struct
798 struct ccb_hdr ccb_h;
799 union ccb *next_ccb; /* Ptr for next CCB for action */
800 struct ata_cmd cmd; /* ATA command register set */
801 struct ata_res res; /* ATA result register set */
802 uint8_t *data_ptr; /* Ptr to the data buf/SG list */
803 uint32_t dxfer_len; /* Data transfer length */
804 uint32_t resid; /* Transfer residual length: 2's comp */
805 uint8_t ata_flags; /* Flags for the rest of the buffer */
808 uint8_t icc; /* Isochronous Command Completion */
[all …]