mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Cleans up the enic wq request completion path needed for 16k wq size support. Co-developed-by: Nelson Escobar <neescoba@cisco.com> Signed-off-by: Nelson Escobar <neescoba@cisco.com> Co-developed-by: John Daley <johndale@cisco.com> Signed-off-by: John Daley <johndale@cisco.com> Signed-off-by: Satish Kharat <satishkh@cisco.com> Link: https://patch.msgid.link/20250304-enic_cleanup_and_ext_cq-v2-7-85804263dad8@cisco.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
7 lines
278 B
C
7 lines
278 B
C
/* SPDX-License-Identifier: GPL-2.0-only
|
|
* Copyright 2025 Cisco Systems, Inc. All rights reserved.
|
|
*/
|
|
|
|
void enic_free_wq_buf(struct vnic_wq *wq, struct vnic_wq_buf *buf);
|
|
unsigned int enic_wq_cq_service(struct enic *enic, unsigned int cq_index,
|
|
unsigned int work_to_do);
|