Lines Matching defs:cur_cqe
3602 * @cur_cqe: current CQE info to be filled in
3608 struct irdma_cq_poll_info *cur_cqe,
3611 int ret = irdma_uk_cq_poll_cmpl(ukcq, cur_cqe);
3616 irdma_process_cqe(entry, cur_cqe);
3631 struct irdma_cq_poll_info *cur_cqe = &iwcq->cur_cqe;
3647 ret = irdma_poll_one(&cq_buf->cq_uk, cur_cqe, entry + npolled);
3671 ret = irdma_poll_one(ukcq, cur_cqe, entry + npolled);
3673 ret = irdma_generated_cmpls(iwcq, cur_cqe);
3675 irdma_process_cqe(entry + npolled, cur_cqe);