hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/target/iscsi/cxgbit/cxgbit.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2016 Chelsio Communications, Inc.
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #ifndef __CXGBIT_H__
....@@ -210,7 +207,6 @@
210207 /* socket lock */
211208 spinlock_t lock;
212209 wait_queue_head_t waitq;
213
- wait_queue_head_t ack_waitq;
214210 bool lock_owner;
215211 struct kref kref;
216212 u32 max_iso_npdu;
....@@ -345,7 +341,7 @@
345341 int cxgbit_ddp_init(struct cxgbit_device *);
346342 int cxgbit_setup_conn_pgidx(struct cxgbit_sock *, u32);
347343 int cxgbit_reserve_ttt(struct cxgbit_sock *, struct iscsi_cmd *);
348
-void cxgbit_release_cmd(struct iscsi_conn *, struct iscsi_cmd *);
344
+void cxgbit_unmap_cmd(struct iscsi_conn *, struct iscsi_cmd *);
349345
350346 static inline
351347 struct cxgbi_ppm *cdev2ppm(struct cxgbit_device *cdev)