diff options
-rw-r--r-- | drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c index de6feb8964c9..804806e1cbb4 100644 --- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c +++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | |||
@@ -160,7 +160,7 @@ static struct scsi_transport_template *cxgb4i_stt; | |||
160 | 160 | ||
161 | #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) | 161 | #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) |
162 | #define RCV_BUFSIZ_MASK 0x3FFU | 162 | #define RCV_BUFSIZ_MASK 0x3FFU |
163 | #define MAX_IMM_TX_PKT_LEN 128 | 163 | #define MAX_IMM_TX_PKT_LEN 256 |
164 | 164 | ||
165 | static int push_tx_frames(struct cxgbi_sock *, int); | 165 | static int push_tx_frames(struct cxgbi_sock *, int); |
166 | 166 | ||