Home
last modified time | relevance | path

Searched refs:cur_cqe (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c4532 struct irdma_cq_poll_info *cur_cqe, in irdma_poll_one() argument
4535 int ret = irdma_uk_cq_poll_cmpl(ukcq, cur_cqe); in irdma_poll_one()
4540 irdma_process_cqe(entry, cur_cqe); in irdma_poll_one()
4555 struct irdma_cq_poll_info *cur_cqe = &iwcq->cur_cqe; in __irdma_poll_cq() local
4571 ret = irdma_poll_one(&cq_buf->cq_uk, cur_cqe, entry + npolled); in __irdma_poll_cq()
4595 ret = irdma_poll_one(ukcq, cur_cqe, entry + npolled); in __irdma_poll_cq()
4597 ret = irdma_generated_cmpls(iwcq, cur_cqe); in __irdma_poll_cq()
4599 irdma_process_cqe(entry + npolled, cur_cqe); in __irdma_poll_cq()