Home
last modified time | relevance | path

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

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