diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2011-06-13 18:53:58 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-06-29 16:54:23 -0400 |
commit | e2187d7f38967aeaf4148cdbe3498f76f4f71bca (patch) | |
tree | 9d04ce87a63d934853cdd61ddc23dcc0c57c8acd /drivers/scsi/bfa/bfi_ms.h | |
parent | be540a991e2097c313d7304e0daaf89d68011bb9 (diff) |
[SCSI] bfa: Enhancement for fcpim and IO tag handling.
- Enhancements to FCPIM module.
- Introduced IO tag management to allocate/release IOs to FCPIM module
from a free IOtag pool.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfi_ms.h')
-rw-r--r-- | drivers/scsi/bfa/bfi_ms.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfi_ms.h b/drivers/scsi/bfa/bfi_ms.h index edb92561dde9..263631dcfa7c 100644 --- a/drivers/scsi/bfa/bfi_ms.h +++ b/drivers/scsi/bfa/bfi_ms.h | |||
@@ -40,6 +40,9 @@ struct bfi_iocfc_cfg_s { | |||
40 | u8 sense_buf_len; /* SCSI sense length */ | 40 | u8 sense_buf_len; /* SCSI sense length */ |
41 | u16 rsvd_1; | 41 | u16 rsvd_1; |
42 | u32 endian_sig; /* endian signature of host */ | 42 | u32 endian_sig; /* endian signature of host */ |
43 | __be16 num_ioim_reqs; | ||
44 | __be16 num_fwtio_reqs; | ||
45 | u8 rsvd[4]; | ||
43 | 46 | ||
44 | /* | 47 | /* |
45 | * Request and response circular queue base addresses, size and | 48 | * Request and response circular queue base addresses, size and |