aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_fcoe.c')
-rw-r--r--drivers/scsi/bnx2fc/bnx2fc_fcoe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 72533c58c1f3..3c7db3e8aa76 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@ -2791,12 +2791,13 @@ static struct scsi_host_template bnx2fc_shost_template = {
2791 .eh_host_reset_handler = fc_eh_host_reset, 2791 .eh_host_reset_handler = fc_eh_host_reset,
2792 .slave_alloc = fc_slave_alloc, 2792 .slave_alloc = fc_slave_alloc,
2793 .change_queue_depth = fc_change_queue_depth, 2793 .change_queue_depth = fc_change_queue_depth,
2794 .change_queue_type = fc_change_queue_type, 2794 .change_queue_type = scsi_change_queue_type,
2795 .this_id = -1, 2795 .this_id = -1,
2796 .cmd_per_lun = 3, 2796 .cmd_per_lun = 3,
2797 .use_clustering = ENABLE_CLUSTERING, 2797 .use_clustering = ENABLE_CLUSTERING,
2798 .sg_tablesize = BNX2FC_MAX_BDS_PER_CMD, 2798 .sg_tablesize = BNX2FC_MAX_BDS_PER_CMD,
2799 .max_sectors = 1024, 2799 .max_sectors = 1024,
2800 .use_blk_tags = 1,
2800}; 2801};
2801 2802
2802static struct libfc_function_template bnx2fc_libfc_fcn_templ = { 2803static struct libfc_function_template bnx2fc_libfc_fcn_templ = {