diff options
Diffstat (limited to 'drivers/scsi/cxgbi/cxgb4i/cxgb4i.c')
-rw-r--r-- | drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c index 8c04fada710b..f3a4cd7cf782 100644 --- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c +++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | |||
@@ -106,7 +106,7 @@ static struct iscsi_transport cxgb4i_iscsi_transport = { | |||
106 | .name = DRV_MODULE_NAME, | 106 | .name = DRV_MODULE_NAME, |
107 | .caps = CAP_RECOVERY_L0 | CAP_MULTI_R2T | CAP_HDRDGST | | 107 | .caps = CAP_RECOVERY_L0 | CAP_MULTI_R2T | CAP_HDRDGST | |
108 | CAP_DATADGST | CAP_DIGEST_OFFLOAD | | 108 | CAP_DATADGST | CAP_DIGEST_OFFLOAD | |
109 | CAP_PADDING_OFFLOAD, | 109 | CAP_PADDING_OFFLOAD | CAP_TEXT_NEGO, |
110 | .param_mask = ISCSI_MAX_RECV_DLENGTH | ISCSI_MAX_XMIT_DLENGTH | | 110 | .param_mask = ISCSI_MAX_RECV_DLENGTH | ISCSI_MAX_XMIT_DLENGTH | |
111 | ISCSI_HDRDGST_EN | ISCSI_DATADGST_EN | | 111 | ISCSI_HDRDGST_EN | ISCSI_DATADGST_EN | |
112 | ISCSI_INITIAL_R2T_EN | ISCSI_MAX_R2T | | 112 | ISCSI_INITIAL_R2T_EN | ISCSI_MAX_R2T | |
@@ -138,7 +138,7 @@ static struct iscsi_transport cxgb4i_iscsi_transport = { | |||
138 | .destroy_conn = iscsi_tcp_conn_teardown, | 138 | .destroy_conn = iscsi_tcp_conn_teardown, |
139 | .start_conn = iscsi_conn_start, | 139 | .start_conn = iscsi_conn_start, |
140 | .stop_conn = iscsi_conn_stop, | 140 | .stop_conn = iscsi_conn_stop, |
141 | .get_conn_param = cxgbi_get_conn_param, | 141 | .get_conn_param = iscsi_conn_get_param, |
142 | .set_param = cxgbi_set_conn_param, | 142 | .set_param = cxgbi_set_conn_param, |
143 | .get_stats = cxgbi_get_conn_stats, | 143 | .get_stats = cxgbi_get_conn_stats, |
144 | /* pdu xmit req from user space */ | 144 | /* pdu xmit req from user space */ |
@@ -153,6 +153,7 @@ static struct iscsi_transport cxgb4i_iscsi_transport = { | |||
153 | .xmit_pdu = cxgbi_conn_xmit_pdu, | 153 | .xmit_pdu = cxgbi_conn_xmit_pdu, |
154 | .parse_pdu_itt = cxgbi_parse_pdu_itt, | 154 | .parse_pdu_itt = cxgbi_parse_pdu_itt, |
155 | /* TCP connect/disconnect */ | 155 | /* TCP connect/disconnect */ |
156 | .get_ep_param = cxgbi_get_ep_param, | ||
156 | .ep_connect = cxgbi_ep_connect, | 157 | .ep_connect = cxgbi_ep_connect, |
157 | .ep_poll = cxgbi_ep_poll, | 158 | .ep_poll = cxgbi_ep_poll, |
158 | .ep_disconnect = cxgbi_ep_disconnect, | 159 | .ep_disconnect = cxgbi_ep_disconnect, |
@@ -1425,8 +1426,6 @@ static int cxgb4i_ddp_init(struct cxgbi_device *cdev) | |||
1425 | cxgbi_ddp_page_size_factor(pgsz_factor); | 1426 | cxgbi_ddp_page_size_factor(pgsz_factor); |
1426 | cxgb4_iscsi_init(lldi->ports[0], tagmask, pgsz_factor); | 1427 | cxgb4_iscsi_init(lldi->ports[0], tagmask, pgsz_factor); |
1427 | 1428 | ||
1428 | cdev->csk_ddp_free_gl_skb = NULL; | ||
1429 | cdev->csk_ddp_alloc_gl_skb = NULL; | ||
1430 | cdev->csk_ddp_setup_digest = ddp_setup_conn_digest; | 1429 | cdev->csk_ddp_setup_digest = ddp_setup_conn_digest; |
1431 | cdev->csk_ddp_setup_pgidx = ddp_setup_conn_pgidx; | 1430 | cdev->csk_ddp_setup_pgidx = ddp_setup_conn_pgidx; |
1432 | cdev->csk_ddp_set = ddp_set_map; | 1431 | cdev->csk_ddp_set = ddp_set_map; |