Searched defs:host_to_dev_fis (Results 1 – 1 of 1) sorted by relevance
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 …]