Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dsg.h222 struct sg_header struct
225 int pack_len;
227 int reply_len;
229 int pack_id;
231 int result;
233 unsigned int twelve_byte:1;
235 unsigned int target_status:5;
237 unsigned int host_status:8;
239 unsigned int driver_status:8;
241 unsigned int other_flags:10;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dsg.h222 struct sg_header struct
225 int pack_len;
227 int reply_len;
229 int pack_id;
231 int result;
233 unsigned int twelve_byte:1;
235 unsigned int target_status:5;
237 unsigned int host_status:8;
239 unsigned int driver_status:8;
241 unsigned int other_flags:10;
[all …]
/OK3568_Linux_fs/kernel/include/scsi/
H A Dsg.h253 struct sg_header struct
256 int reply_len; /* [i] max length of expected reply (inc. sg_header) */ argument
257 int pack_id; /* [io] id number of packet (use ints >= 0) */
258 int result; /* [o] 0==ok, else (+ve) Unix errno (best ignored) */
259 unsigned int twelve_byte:1;
261 unsigned int target_status:5; /* [o] scsi status from target */
262 unsigned int host_status:8; /* [o] host status (see "DID" codes) */
263 unsigned int driver_status:8; /* [o] driver status+suggestion */
264 unsigned int other_flags:10; /* unused */
265 unsigned char sense_buffer[SG_MAX_SENSE]; /* [o] Output in 3 cases:
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dformat.h245 struct incfs_md_header sg_header; member