hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/qedi/qedi_iscsi.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * QLogic iSCSI Offload Driver
34 * Copyright (c) 2016 Cavium Inc.
4
- *
5
- * This software is available under the terms of the GNU General Public License
6
- * (GPL) Version 2, available from the file COPYING in the main directory of
7
- * this source tree.
85 */
96
107 #ifndef _QEDI_ISCSI_H_
....@@ -152,6 +149,7 @@
152149 struct iscsi_cls_conn *cls_conn;
153150 struct qedi_ctx *qedi;
154151 struct qedi_endpoint *ep;
152
+ struct iscsi_endpoint *iscsi_ep;
155153 struct list_head active_cmd_list;
156154 spinlock_t list_lock; /* internal conn lock */
157155 u32 active_cmd_count;