Searched defs:compat_sg_io_hdr (Results 1 – 1 of 1) sorted by relevance
70 struct compat_sg_io_hdr { struct72 compat_int_t dxfer_direction; /* [i] data transfer direction */74 unsigned char mx_sb_len; /* [i] max length to write to sbp */76 compat_uint_t dxfer_len; /* [i] byte count of data transfer */82 compat_uint_t flags; /* [i] 0 -> default, see SG_FLAG... */83 compat_int_t pack_id; /* [i->o] unused internally (normally) */84 compat_uptr_t usr_ptr; /* [i->o] unused internally */85 unsigned char status; /* [o] scsi status */89 unsigned short host_status; /* [o] errors from host adapter */91 compat_int_t resid; /* [o] dxfer_len - actual_transferred */[all …]
Completed in 5 milliseconds