Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
Dmtip32xx.h187 struct host_to_dev_fis { struct
199 unsigned char type;
200 unsigned char opts;
201 unsigned char command;
202 unsigned char features;
204 union {
208 union {
212 union {
216 union {
221 union {
[all …]
/kernel/linux/linux-4.19/drivers/block/mtip32xx/
Dmtip32xx.h214 struct host_to_dev_fis { struct
226 unsigned char type;
227 unsigned char opts;
228 unsigned char command;
229 unsigned char features;
231 union {
235 union {
239 union {
243 union {
248 union {
[all …]
/kernel/linux/linux-5.10/include/scsi/
Dsas.h218 struct host_to_dev_fis { struct
219 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 …]
/kernel/linux/linux-4.19/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 …]