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

/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c357 u32 cqe_count; local
363 cqe_count = be32_to_cpu(title.byte_cnt);
366 KASSERT(cqe_count <= cq->wq.sz_m1,
367 ("%s: cqe_count %u > cq->wq.sz_m1 %u", __func__,
368 cqe_count, cq->wq.sz_m1));
378 if (i == cqe_count)
/freebsd-10-stable/sys/dev/oce/
H A Doce_hw.h1382 uint32_t cqe_count:16; member in struct:oce_cq_ctx_u::__anon9598
1403 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;

Completed in 117 milliseconds