Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
A Dsiw_cq.c55 cqe = &cq->queue[cq->cq_get % cq->num_cqe]; in siw_reap_cqe()
76 cq->cq_get % cq->num_cqe, cqe->opcode, in siw_reap_cqe()
A Dsiw_verbs.c1115 cq->num_cqe = size; in siw_create_cq()
1152 uresp.num_cqe = size; in siw_create_cq()
1190 int siw_poll_cq(struct ib_cq *base_cq, int num_cqe, struct ib_wc *wc) in siw_poll_cq() argument
1195 for (i = 0; i < num_cqe; i++) { in siw_poll_cq()
A Dsiw_qp.c1074 idx = cq->cq_put % cq->num_cqe; in siw_sqe_complete()
1131 idx = cq->cq_put % cq->num_cqe; in siw_rqe_complete()
A Dsiw.h209 u32 num_cqe; member
/linux/drivers/net/ethernet/microsoft/mana/
A Dgdma_main.c280 u32 num_cqe = cq->queue_size / GDMA_CQE_SIZE; in mana_gd_ring_cq() local
282 u32 head = cq->head % (num_cqe << GDMA_CQE_OWNER_BITS); in mana_gd_ring_cq()
1092 unsigned int num_cqe = cq->queue_size / sizeof(struct gdma_cqe); in mana_gd_read_cqe() local
1097 cqe = &cq_cqe[cq->head % num_cqe]; in mana_gd_read_cqe()
1100 old_bits = (cq->head / num_cqe - 1) & GDMA_CQE_OWNER_MASK; in mana_gd_read_cqe()
1105 new_bits = (cq->head / num_cqe) & GDMA_CQE_OWNER_MASK; in mana_gd_read_cqe()
1117 int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe) in mana_gd_poll_cq() argument
1122 for (cqe_idx = 0; cqe_idx < num_cqe; cqe_idx++) { in mana_gd_poll_cq()
A Dgdma.h397 int mana_gd_poll_cq(struct gdma_queue *cq, struct gdma_comp *comp, int num_cqe);
/linux/include/uapi/rdma/
A Dsiw-abi.h19 __u32 num_cqe; member
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc.h514 u32 num_cqe);
A Dbnx2fc_hwi.c1343 u32 num_cqe) in bnx2fc_indicate_kcqe() argument
1349 while (i < num_cqe) { in bnx2fc_indicate_kcqe()
/linux/drivers/scsi/bnx2i/
A Dbnx2i_hwi.c2476 u32 num_cqe) in bnx2i_indicate_kcqe() argument
2482 while (i < num_cqe) { in bnx2i_indicate_kcqe()

Completed in 31 milliseconds