Searched refs:cur_cqe (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | verbs.h | 132 struct irdma_cq_poll_info cur_cqe; member
|
H A D | verbs.c | 3602 * @cur_cqe: current CQE info to be filled in 3608 struct irdma_cq_poll_info *cur_cqe, in irdma_poll_one() 3611 int ret = irdma_uk_cq_poll_cmpl(ukcq, cur_cqe); in irdma_poll_one() 3616 irdma_process_cqe(entry, cur_cqe); in irdma_poll_one() 3631 struct irdma_cq_poll_info *cur_cqe = &iwcq->cur_cqe; in __irdma_poll_cq() local 3647 ret = irdma_poll_one(&cq_buf->cq_uk, cur_cqe, entry + npolled); in __irdma_poll_cq() 3671 ret = irdma_poll_one(ukcq, cur_cqe, entry + npolled); in __irdma_poll_cq() 3673 ret = irdma_generated_cmpls(iwcq, cur_cqe); in __irdma_poll_cq() 3675 irdma_process_cqe(entry + npolled, cur_cqe); in __irdma_poll_cq() 3607 irdma_poll_one(struct irdma_cq_uk *ukcq, struct irdma_cq_poll_info *cur_cqe, struct ib_wc *entry) irdma_poll_one() argument [all...] |
Completed in 6 milliseconds