xref: /linux/drivers/net/ethernet/cisco/enic/enic_rq.h (revision 778b8ebe5192e7a7f00563a7456517dfa63e1d90)
1 /* SPDX-License-Identifier: GPL-2.0-only
2  * Copyright 2024 Cisco Systems, Inc.  All rights reserved.
3  */
4 
5 unsigned int enic_rq_cq_service(struct enic *enic, unsigned int cq_index,
6 				unsigned int work_to_do);
7 int enic_rq_alloc_buf(struct vnic_rq *rq);
8 void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf);
9