Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/
Dcam_ccb.h1138 struct ccb_eng_exec { /* This structure must match SCSIIO size */ struct
1139 struct ccb_hdr ccb_h;
1140 u_int8_t *pdrv_ptr; /* Ptr used by the peripheral driver */
1141 u_int8_t *req_map; /* Ptr for mapping info on the req. */
1142 u_int8_t *data_ptr; /* Pointer to the data buf/SG list */
1143 u_int32_t dxfer_len; /* Data transfer length */
1144 u_int8_t *engdata_ptr; /* Pointer to the engine buffer data */
1145 u_int16_t sglist_cnt; /* Num of scatter gather list entries */
1146 u_int32_t dmax_len; /* Destination data maximum length */
1147 u_int32_t dest_len; /* Destination data length */
[all …]