diff options
Diffstat (limited to 'drivers/scsi/bnx2i/bnx2i.h')
-rw-r--r-- | drivers/scsi/bnx2i/bnx2i.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index 2c34e22493d3..866a22c4413d 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
@@ -649,6 +649,7 @@ enum { | |||
649 | EP_STATE_OFLD_FAILED = 0x8000000, | 649 | EP_STATE_OFLD_FAILED = 0x8000000, |
650 | EP_STATE_CONNECT_FAILED = 0x10000000, | 650 | EP_STATE_CONNECT_FAILED = 0x10000000, |
651 | EP_STATE_DISCONN_TIMEDOUT = 0x20000000, | 651 | EP_STATE_DISCONN_TIMEDOUT = 0x20000000, |
652 | EP_STATE_OFLD_FAILED_CID_BUSY = 0x80000000, | ||
652 | }; | 653 | }; |
653 | 654 | ||
654 | /** | 655 | /** |
@@ -758,11 +759,11 @@ extern int bnx2i_send_iscsi_logout(struct bnx2i_conn *conn, | |||
758 | struct iscsi_task *mtask); | 759 | struct iscsi_task *mtask); |
759 | extern void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, | 760 | extern void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, |
760 | struct bnx2i_cmd *cmd); | 761 | struct bnx2i_cmd *cmd); |
761 | extern void bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, | 762 | extern int bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, |
762 | struct bnx2i_endpoint *ep); | ||
763 | extern void bnx2i_update_iscsi_conn(struct iscsi_conn *conn); | ||
764 | extern void bnx2i_send_conn_destroy(struct bnx2i_hba *hba, | ||
765 | struct bnx2i_endpoint *ep); | 763 | struct bnx2i_endpoint *ep); |
764 | extern void bnx2i_update_iscsi_conn(struct iscsi_conn *conn); | ||
765 | extern int bnx2i_send_conn_destroy(struct bnx2i_hba *hba, | ||
766 | struct bnx2i_endpoint *ep); | ||
766 | 767 | ||
767 | extern int bnx2i_alloc_qp_resc(struct bnx2i_hba *hba, | 768 | extern int bnx2i_alloc_qp_resc(struct bnx2i_hba *hba, |
768 | struct bnx2i_endpoint *ep); | 769 | struct bnx2i_endpoint *ep); |