Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_ccb.h1291 struct ccb_hdr ccb_h;
1292 uint8_t *pdrv_ptr; /* Ptr used by the peripheral driver */
1293 uint8_t *req_map; /* Ptr for mapping info on the req. */
1294 uint8_t *data_ptr; /* Pointer to the data buf/SG list */
1295 uint32_t dxfer_len; /* Data transfer length */
1298 uint32_t dmax_len; /* Destination data maximum length */
1299 uint32_t dest_len; /* Destination data length */
1300 int32_t src_resid; /* Source residual length: 2's comp */
1301 uint32_t timeout; /* Timeout value */
1302 uint16_t eng_num; /* Engine number for this request */
[all …]