File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ struct utp_upiu_query {
123
123
* @idn: a value that indicates the particular type of data B-1
124
124
* @index: Index to further identify data B-2
125
125
* @selector: Index to further identify data B-3
126
+ * @osf3: spec field B-4
126
127
* @osf4: spec field B-5
127
128
* @osf5: spec field B 6,7
128
129
* @osf6: spec field DW 8,9
@@ -138,12 +139,13 @@ struct utp_upiu_query_v4_0 {
138
139
__be16 osf5 ;
139
140
__be32 osf6 ;
140
141
__be32 osf7 ;
142
+ /* private: */
141
143
__be32 reserved ;
142
144
};
143
145
144
146
/**
145
147
* struct utp_upiu_cmd - Command UPIU structure
146
- * @data_transfer_len : Data Transfer Length DW-3
148
+ * @exp_data_transfer_len : Data Transfer Length DW-3
147
149
* @cdb: Command Descriptor Block CDB DW-4 to DW-7
148
150
*/
149
151
struct utp_upiu_cmd {
You can’t perform that action at this time.
0 commit comments