diff options
Diffstat (limited to 'drivers/scsi/bnx2i/bnx2i.h')
-rw-r--r-- | drivers/scsi/bnx2i/bnx2i.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index e1ca5fe7e6bb..cfd59023227b 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
@@ -360,7 +360,7 @@ struct bnx2i_hba { | |||
360 | #define ADAPTER_STATE_LINK_DOWN 2 | 360 | #define ADAPTER_STATE_LINK_DOWN 2 |
361 | #define ADAPTER_STATE_INIT_FAILED 31 | 361 | #define ADAPTER_STATE_INIT_FAILED 31 |
362 | unsigned int mtu_supported; | 362 | unsigned int mtu_supported; |
363 | #define BNX2I_MAX_MTU_SUPPORTED 1500 | 363 | #define BNX2I_MAX_MTU_SUPPORTED 9000 |
364 | 364 | ||
365 | struct Scsi_Host *shost; | 365 | struct Scsi_Host *shost; |
366 | 366 | ||
@@ -751,6 +751,8 @@ extern int bnx2i_send_iscsi_login(struct bnx2i_conn *conn, | |||
751 | struct iscsi_task *mtask); | 751 | struct iscsi_task *mtask); |
752 | extern int bnx2i_send_iscsi_tmf(struct bnx2i_conn *conn, | 752 | extern int bnx2i_send_iscsi_tmf(struct bnx2i_conn *conn, |
753 | struct iscsi_task *mtask); | 753 | struct iscsi_task *mtask); |
754 | extern int bnx2i_send_iscsi_text(struct bnx2i_conn *conn, | ||
755 | struct iscsi_task *mtask); | ||
754 | extern int bnx2i_send_iscsi_scsicmd(struct bnx2i_conn *conn, | 756 | extern int bnx2i_send_iscsi_scsicmd(struct bnx2i_conn *conn, |
755 | struct bnx2i_cmd *cmnd); | 757 | struct bnx2i_cmd *cmnd); |
756 | extern int bnx2i_send_iscsi_nopout(struct bnx2i_conn *conn, | 758 | extern int bnx2i_send_iscsi_nopout(struct bnx2i_conn *conn, |