diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 24b91c922055..8d297f9a0a47 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -412,6 +412,7 @@ struct fc_seq { | |||
412 | * @esb_stat: ESB exchange status | 412 | * @esb_stat: ESB exchange status |
413 | * @r_a_tov: Resouce allocation time out value (in msecs) | 413 | * @r_a_tov: Resouce allocation time out value (in msecs) |
414 | * @seq_id: The next sequence ID to use | 414 | * @seq_id: The next sequence ID to use |
415 | * @encaps: encapsulation information for lower-level driver | ||
415 | * @f_ctl: F_CTL flags for the sequence | 416 | * @f_ctl: F_CTL flags for the sequence |
416 | * @fh_type: The frame type | 417 | * @fh_type: The frame type |
417 | * @class: The class of service | 418 | * @class: The class of service |
@@ -443,6 +444,7 @@ struct fc_exch { | |||
443 | u32 esb_stat; | 444 | u32 esb_stat; |
444 | u32 r_a_tov; | 445 | u32 r_a_tov; |
445 | u8 seq_id; | 446 | u8 seq_id; |
447 | u8 encaps; | ||
446 | u32 f_ctl; | 448 | u32 f_ctl; |
447 | u8 fh_type; | 449 | u8 fh_type; |
448 | enum fc_class class; | 450 | enum fc_class class; |