Home
last modified time | relevance | path

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

/haiku/headers/os/device/
H A DCAM.h172 typedef struct ccb_scsiio struct
178 void (*cam_cbfcnp)(struct ccb_scsiio*); argument
180 uchar* cam_data_ptr; /* Pointer to the data buf/SG list */
181 uint32 cam_dxfer_len; /* Data xfer length */
182 uchar* cam_sense_ptr; /* Pointer to the sense data buffer */
183 uchar cam_sense_len; /* Num of bytes in the Autosense buf */
184 uchar cam_cdb_len; /* Number of bytes for the CDB */
185 uint16 cam_sglist_cnt; /* Num of scatter gather list entries */
186 uint32 cam_sort; /* Value used by SIM to sort on */
187 uchar cam_scsi_status; /* Returned scsi device status */
[all …]