| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * QLogic iSCSI Offload Driver |
|---|
| 3 | 4 | * 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. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | |
|---|
| 10 | 7 | #ifndef _QEDI_ISCSI_H_ |
|---|
| .. | .. |
|---|
| 152 | 149 | struct iscsi_cls_conn *cls_conn; |
|---|
| 153 | 150 | struct qedi_ctx *qedi; |
|---|
| 154 | 151 | struct qedi_endpoint *ep; |
|---|
| 152 | + struct iscsi_endpoint *iscsi_ep; |
|---|
| 155 | 153 | struct list_head active_cmd_list; |
|---|
| 156 | 154 | spinlock_t list_lock; /* internal conn lock */ |
|---|
| 157 | 155 | u32 active_cmd_count; |
|---|