diff options
Diffstat (limited to 'drivers/scsi/fcoe')
-rw-r--r-- | drivers/scsi/fcoe/fcoe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/fcoe/fcoe.c b/drivers/scsi/fcoe/fcoe.c index f1c126b798af..8f078d306a0a 100644 --- a/drivers/scsi/fcoe/fcoe.c +++ b/drivers/scsi/fcoe/fcoe.c | |||
@@ -134,6 +134,8 @@ struct fc_function_template fcoe_transport_function = { | |||
134 | .vport_delete = fcoe_vport_destroy, | 134 | .vport_delete = fcoe_vport_destroy, |
135 | .vport_disable = fcoe_vport_disable, | 135 | .vport_disable = fcoe_vport_disable, |
136 | .set_vport_symbolic_name = fcoe_set_vport_symbolic_name, | 136 | .set_vport_symbolic_name = fcoe_set_vport_symbolic_name, |
137 | |||
138 | .bsg_request = fc_lport_bsg_request, | ||
137 | }; | 139 | }; |
138 | 140 | ||
139 | struct fc_function_template fcoe_vport_transport_function = { | 141 | struct fc_function_template fcoe_vport_transport_function = { |
@@ -167,6 +169,8 @@ struct fc_function_template fcoe_vport_transport_function = { | |||
167 | .issue_fc_host_lip = fcoe_reset, | 169 | .issue_fc_host_lip = fcoe_reset, |
168 | 170 | ||
169 | .terminate_rport_io = fc_rport_terminate_io, | 171 | .terminate_rport_io = fc_rport_terminate_io, |
172 | |||
173 | .bsg_request = fc_lport_bsg_request, | ||
170 | }; | 174 | }; |
171 | 175 | ||
172 | static struct scsi_host_template fcoe_shost_template = { | 176 | static struct scsi_host_template fcoe_shost_template = { |