Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/cam/
HDcam_ccb.h777 struct ccb_ataio { struct
778 struct ccb_hdr ccb_h;
779 union ccb *next_ccb; /* Ptr for next CCB for action */
780 struct ata_cmd cmd; /* ATA command register set */
781 struct ata_res res; /* ATA result register set */
782 u_int8_t *data_ptr; /* Ptr to the data buf/SG list */
783 u_int32_t dxfer_len; /* Data transfer length */
784 u_int32_t resid; /* Transfer residual length: 2's comp */
785 u_int8_t ata_flags; /* Flags for the rest of the buffer */
788 uint8_t icc; /* Isochronous Command Completion */
[all …]