.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * 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. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #ifndef __CXGBIT_H__ |
---|
.. | .. |
---|
210 | 207 | /* socket lock */ |
---|
211 | 208 | spinlock_t lock; |
---|
212 | 209 | wait_queue_head_t waitq; |
---|
213 | | - wait_queue_head_t ack_waitq; |
---|
214 | 210 | bool lock_owner; |
---|
215 | 211 | struct kref kref; |
---|
216 | 212 | u32 max_iso_npdu; |
---|
.. | .. |
---|
345 | 341 | int cxgbit_ddp_init(struct cxgbit_device *); |
---|
346 | 342 | int cxgbit_setup_conn_pgidx(struct cxgbit_sock *, u32); |
---|
347 | 343 | 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 *); |
---|
349 | 345 | |
---|
350 | 346 | static inline |
---|
351 | 347 | struct cxgbi_ppm *cdev2ppm(struct cxgbit_device *cdev) |
---|