1fe57762cSJohn Daley /* SPDX-License-Identifier: GPL-2.0-only 2fe57762cSJohn Daley * Copyright 2024 Cisco Systems, Inc. All rights reserved. 3fe57762cSJohn Daley */ 4fe57762cSJohn Daley 5*eaa23db8SSatish Kharat unsigned int enic_rq_cq_service(struct enic *enic, unsigned int cq_index, 6*eaa23db8SSatish Kharat unsigned int work_to_do); 7fe57762cSJohn Daley int enic_rq_alloc_buf(struct vnic_rq *rq); 8fe57762cSJohn Daley void enic_free_rq_buf(struct vnic_rq *rq, struct vnic_rq_buf *buf); 9