Home
last modified time | relevance | path

Searched defs:dev_to_host_fis (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/scsi/
Dsas.h194 struct dev_to_host_fis { struct
195 u8 fis_type; /* 0x34 */
196 u8 flags;
197 u8 status;
198 u8 error;
200 u8 lbal;
201 union { u8 lbam; u8 byte_count_low; };
202 union { u8 lbah; u8 byte_count_high; };
203 u8 device;
205 u8 lbal_exp;
[all …]
/kernel/linux/linux-4.19/include/scsi/
Dsas.h211 struct dev_to_host_fis { struct
212 u8 fis_type; /* 0x34 */
213 u8 flags;
214 u8 status;
215 u8 error;
217 u8 lbal;
218 union { u8 lbam; u8 byte_count_low; };
219 union { u8 lbah; u8 byte_count_high; };
220 u8 device;
222 u8 lbal_exp;
[all …]