Home
last modified time | relevance | path

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

/Linux-v5.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 …]