num_cqe           221 drivers/infiniband/sw/siw/siw.h 	u32 num_cqe;
num_cqe            55 drivers/infiniband/sw/siw/siw_cq.c 	cqe = &cq->queue[cq->cq_get % cq->num_cqe];
num_cqe            76 drivers/infiniband/sw/siw/siw_cq.c 				   cq->cq_get % cq->num_cqe, cqe->opcode,
num_cqe          1061 drivers/infiniband/sw/siw/siw_qp.c 		idx = cq->cq_put % cq->num_cqe;
num_cqe          1118 drivers/infiniband/sw/siw/siw_qp.c 		idx = cq->cq_put % cq->num_cqe;
num_cqe          1130 drivers/infiniband/sw/siw/siw_verbs.c 	cq->num_cqe = size;
num_cqe          1168 drivers/infiniband/sw/siw/siw_verbs.c 		uresp.num_cqe = size;
num_cqe          1206 drivers/infiniband/sw/siw/siw_verbs.c int siw_poll_cq(struct ib_cq *base_cq, int num_cqe, struct ib_wc *wc)
num_cqe          1211 drivers/infiniband/sw/siw/siw_verbs.c 	for (i = 0; i < num_cqe; i++) {
num_cqe           512 drivers/scsi/bnx2fc/bnx2fc.h 					u32 num_cqe);
num_cqe          1304 drivers/scsi/bnx2fc/bnx2fc_hwi.c 					u32 num_cqe)
num_cqe          1310 drivers/scsi/bnx2fc/bnx2fc_hwi.c 	while (i < num_cqe) {
num_cqe          2475 drivers/scsi/bnx2i/bnx2i_hwi.c 				u32 num_cqe)
num_cqe          2481 drivers/scsi/bnx2i/bnx2i_hwi.c 	while (i < num_cqe) {
num_cqe            19 include/uapi/rdma/siw-abi.h 	__u32 num_cqe;