|
@@ -160,7 +160,7 @@ static struct scsi_transport_template *cxgb4i_stt;
|
|
|
|
|
|
#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
|
|
#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
|
|
#define RCV_BUFSIZ_MASK 0x3FFU
|
|
#define RCV_BUFSIZ_MASK 0x3FFU
|
|
-#define MAX_IMM_TX_PKT_LEN 128
|
|
|
|
|
|
+#define MAX_IMM_TX_PKT_LEN 256
|
|
|
|
|
|
static int push_tx_frames(struct cxgbi_sock *, int);
|
|
static int push_tx_frames(struct cxgbi_sock *, int);
|
|
|
|
|