Home
last modified time | relevance | path

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

/NextBSD/sys/cam/
HDcam_ccb.h729 struct ccb_ataio { struct
730 struct ccb_hdr ccb_h;
731 union ccb *next_ccb; /* Ptr for next CCB for action */
732 struct ata_cmd cmd; /* ATA command register set */
733 struct ata_res res; /* ATA result register set */
734 u_int8_t *data_ptr; /* Ptr to the data buf/SG list */
735 u_int32_t dxfer_len; /* Data transfer length */
736 u_int32_t resid; /* Transfer residual length: 2's comp */
737 u_int8_t tag_action; /* What to do for tag queueing */
744 u_int tag_id; /* tag id from initator (target mode) */
[all …]