|
@@ -2573,6 +2573,11 @@ static void bnx2fc_ulp_exit(struct cnic_dev *dev)
|
|
bnx2fc_hba_destroy(hba);
|
|
bnx2fc_hba_destroy(hba);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static void bnx2fc_rport_terminate_io(struct fc_rport *rport)
|
|
|
|
+{
|
|
|
|
+ /* This is a no-op */
|
|
|
|
+}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* bnx2fc_fcoe_reset - Resets the fcoe
|
|
* bnx2fc_fcoe_reset - Resets the fcoe
|
|
*
|
|
*
|
|
@@ -2909,7 +2914,7 @@ static struct fc_function_template bnx2fc_transport_function = {
|
|
|
|
|
|
.issue_fc_host_lip = bnx2fc_fcoe_reset,
|
|
.issue_fc_host_lip = bnx2fc_fcoe_reset,
|
|
|
|
|
|
- .terminate_rport_io = fc_rport_terminate_io,
|
|
|
|
|
|
+ .terminate_rport_io = bnx2fc_rport_terminate_io,
|
|
|
|
|
|
.vport_create = bnx2fc_vport_create,
|
|
.vport_create = bnx2fc_vport_create,
|
|
.vport_delete = bnx2fc_vport_destroy,
|
|
.vport_delete = bnx2fc_vport_destroy,
|