Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/mtip32xx/
Dmtip32xx.h213 struct host_to_dev_fis { struct
225 unsigned char type;
226 unsigned char opts;
227 unsigned char command;
228 unsigned char features;
230 union {
234 union {
238 union {
242 union {
247 union {
[all …]
/linux-4.4.14/include/scsi/
Dsas.h235 struct host_to_dev_fis { struct
236 u8 fis_type; /* 0x27 */
237 u8 flags;
238 u8 command;
239 u8 features;
241 u8 lbal;
242 union { u8 lbam; u8 byte_count_low; };
243 union { u8 lbah; u8 byte_count_high; };
244 u8 device;
246 u8 lbal_exp;
[all …]