Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/ !
Dsas.h203 struct dev_to_host_fis { struct
204 u8 fis_type; /* 0x34 */
205 u8 flags;
206 u8 status;
207 u8 error;
209 u8 lbal;
210 union { u8 lbam; u8 byte_count_low; };
211 union { u8 lbah; u8 byte_count_high; };
212 u8 device;
214 u8 lbal_exp;
[all …]