Searched defs:host_to_dev_fis (Results 1 – 2 of 2) sorted by relevance
125 struct host_to_dev_fis { struct137 unsigned char type;138 unsigned char opts;139 unsigned char command;140 unsigned char features;142 union {146 union {150 union {154 union {159 union {[all …]
232 struct host_to_dev_fis { struct233 u8 fis_type; /* 0x27 */234 u8 flags;235 u8 command;236 u8 features;238 u8 lbal;239 union { u8 lbam; u8 byte_count_low; };240 union { u8 lbah; u8 byte_count_high; };241 u8 device;243 u8 lbal_exp;[all …]