Searched defs:host_to_dev_fis (Results 1 – 4 of 4) sorted by relevance
185 struct host_to_dev_fis { struct197 unsigned char type;198 unsigned char opts;199 unsigned char command;200 unsigned char features;202 union {206 union {210 union {214 union {219 union {[all …]
187 struct host_to_dev_fis { struct199 unsigned char type;200 unsigned char opts;201 unsigned char command;202 unsigned char features;204 union {208 union {212 union {216 union {221 union {[all …]
227 struct host_to_dev_fis { struct228 u8 fis_type; /* 0x27 */229 u8 flags;230 u8 command;231 u8 features;233 u8 lbal;234 union { u8 lbam; u8 byte_count_low; };235 union { u8 lbah; u8 byte_count_high; };236 u8 device;238 u8 lbal_exp;[all …]
218 struct host_to_dev_fis { struct219 u8 fis_type; /* 0x27 */220 u8 flags;221 u8 command;222 u8 features;224 u8 lbal;225 union { u8 lbam; u8 byte_count_low; };226 union { u8 lbah; u8 byte_count_high; };227 u8 device;229 u8 lbal_exp;[all …]