diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2011-06-13 18:46:21 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-06-29 16:27:46 -0400 |
commit | 43ffdf4dfb827babcdca5345a76031598a985dc8 (patch) | |
tree | 54d7a506915bcc657e80dbee07523aad8a60e984 /drivers/scsi/bfa/bfa_port.h | |
parent | d37779f8d98a1d7c5ba904982958167d988f01dd (diff) |
[SCSI] bfa: Add pbc port disable check and fix LPS message name
- Add PBC port Disabled condition check.
- Rename incorrectly named LPS I2H messages.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfa_port.h')
-rw-r--r-- | drivers/scsi/bfa/bfa_port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa_port.h b/drivers/scsi/bfa/bfa_port.h index 8b5617447dcd..1587a6f08b26 100644 --- a/drivers/scsi/bfa/bfa_port.h +++ b/drivers/scsi/bfa/bfa_port.h | |||
@@ -44,6 +44,7 @@ struct bfa_port_s { | |||
44 | void *endis_cbarg; | 44 | void *endis_cbarg; |
45 | bfa_status_t endis_status; | 45 | bfa_status_t endis_status; |
46 | struct bfa_ioc_notify_s ioc_notify; | 46 | struct bfa_ioc_notify_s ioc_notify; |
47 | bfa_boolean_t pbc_disabled; | ||
47 | }; | 48 | }; |
48 | 49 | ||
49 | void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, | 50 | void bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, |