Home
last modified time | relevance | path

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

/third_party/musl/include/scsi/
Dsg.h116 struct sg_header { struct
117 int pack_len;
118 int reply_len;
119 int pack_id;
120 int result;
121 unsigned twelve_byte:1;
122 unsigned target_status:5;
123 unsigned host_status:8;
124 unsigned driver_status:8;
125 unsigned other_flags:10;
[all …]
/third_party/musl/porting/uniproton/kernel/include/scsi/
Dsg.h116 struct sg_header { struct
117 int pack_len;
118 int reply_len;
119 int pack_id;
120 int result;
121 unsigned twelve_byte:1;
122 unsigned target_status:5;
123 unsigned host_status:8;
124 unsigned driver_status:8;
125 unsigned other_flags:10;
[all …]
/third_party/musl/porting/liteos_m/kernel/include/scsi/
Dsg.h116 struct sg_header { struct
117 int pack_len;
118 int reply_len;
119 int pack_id;
120 int result;
121 unsigned twelve_byte:1;
122 unsigned target_status:5;
123 unsigned host_status:8;
124 unsigned driver_status:8;
125 unsigned other_flags:10;
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
Dsg.h116 struct sg_header { struct
117 int pack_len;
118 int reply_len;
119 int pack_id;
120 int result;
121 unsigned twelve_byte:1;
122 unsigned target_status:5;
123 unsigned host_status:8;
124 unsigned driver_status:8;
125 unsigned other_flags:10;
[all …]