| .. | .. |
|---|
| 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_GBL_H_ |
|---|
| .. | .. |
|---|
| 76 | 73 | void qedi_clearsq(struct qedi_ctx *qedi, |
|---|
| 77 | 74 | struct qedi_conn *qedi_conn, |
|---|
| 78 | 75 | struct iscsi_task *task); |
|---|
| 76 | +void qedi_clear_session_ctx(struct iscsi_cls_session *cls_sess); |
|---|
| 79 | 77 | |
|---|
| 80 | 78 | #endif |
|---|