Searched defs:host_to_dev_fis (Results 1 – 2 of 2) sorted by relevance
186 struct host_to_dev_fis { struct198 unsigned char type;199 unsigned char opts;200 unsigned char command;201 unsigned char features;203 union {207 union {211 union {215 union {220 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 …]