Home
last modified time | relevance | path

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

/linux-3.3/drivers/block/mtip32xx/
Dmtip32xx.h125 struct host_to_dev_fis { struct
137 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 …]
/linux-3.3/include/scsi/
Dsas.h232 struct host_to_dev_fis { struct
233 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 …]