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