Home
last modified time | relevance | path

Searched refs:cqe_count (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c468 u32 cqe_count; in mlx5e_decompress_cqes() local
474 cqe_count = be32_to_cpu(title.byte_cnt); in mlx5e_decompress_cqes()
477 KASSERT(cqe_count <= cq->wq.sz_m1, in mlx5e_decompress_cqes()
479 cqe_count, cq->wq.sz_m1)); in mlx5e_decompress_cqes()
489 if (i == cqe_count) in mlx5e_decompress_cqes()
/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c736 int cqe_count, cqe_head; in nicvf_cq_intr_handler() local
750 cqe_count = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, cq_idx); in nicvf_cq_intr_handler()
751 cqe_count &= CQ_CQE_COUNT; in nicvf_cq_intr_handler()
752 if (cqe_count == 0) in nicvf_cq_intr_handler()
760 __func__, cq_idx, cqe_count, cqe_head); in nicvf_cq_intr_handler()
761 while (processed_cqe < cqe_count) { in nicvf_cq_intr_handler()
/freebsd/sys/dev/irdma/
H A Dirdma_hw.c2208 u32 cqe_count = 0; in irdma_cqp_ce_handler() local
2241 cqe_count++; in irdma_cqp_ce_handler()
2244 if (cqe_count) { in irdma_cqp_ce_handler()
/freebsd/sys/dev/oce/
H A Doce_mbox.c1843 ctx->v2.cqe_count = (4*1024)-1; in oce_mbox_cq_create()
1845 ctx->v2.cqe_count = cq->cq_cfg.q_len; in oce_mbox_cq_create()
H A Doce_hw.h1390 uint32_t cqe_count:16; member
1411 uint32_t cqe_count:16;
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h1621 uint32_t cqe_count:16, member
1654 cqe_count:15, member
H A Dsli4.c1940 cqv2->cqe_count = n_cqe; in sli_cmd_common_create_cq()
4819 req->cqe_count = n_cqe; in sli_cq_alloc_set()