Searched refs:cqe_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c345 u32 cqe_count; local
351 cqe_count = be32_to_cpu(title.byte_cnt);
354 KASSERT(cqe_count <= cq->wq.sz_m1,
355 ("%s: cqe_count %u > cq->wq.sz_m1 %u", __func__,
356 cqe_count, cq->wq.sz_m1));
366 if (i == cqe_count)
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.c737 int cqe_count, cqe_head; local
751 cqe_count = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, cq_idx);
752 cqe_count &= CQ_CQE_COUNT;
753 if (cqe_count == 0)
760 dprintf(nic->dev, "%s CQ%d cqe_count %d cqe_head %d\n",
761 __func__, cq_idx, cqe_count, cqe_head);
762 while (processed_cqe < cqe_count) {
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h1414 uint32_t cqe_count:16; member in struct:oce_cq_ctx_u::__anon7389
1435 uint32_t cqe_count:16;
H A Doce_mbox.c1880 ctx->v2.cqe_count = (4*1024)-1;
1882 ctx->v2.cqe_count = cq->cq_cfg.q_len;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h1576 uint32_t cqe_count:16, member in struct:sli4_req_common_create_cq_v2_s
1611 cqe_count:15, member in struct:sli4_req_common_create_cq_set_v0_s
H A Dsli4.c1848 cqv2->cqe_count = n_cqe;
4702 req->cqe_count = n_cqe;

Completed in 230 milliseconds