Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_rx.c420 u32 cqe_count; in mlx5e_decompress_cqes() local
426 cqe_count = be32_to_cpu(title.byte_cnt); in mlx5e_decompress_cqes()
429 KASSERT(cqe_count <= cq->wq.sz_m1, in mlx5e_decompress_cqes()
431 cqe_count, cq->wq.sz_m1)); in mlx5e_decompress_cqes()
441 if (i == cqe_count) in mlx5e_decompress_cqes()
/freebsd-13-stable/sys/dev/vnic/
HDnicvf_queues.c733 int cqe_count, cqe_head; in nicvf_cq_intr_handler() local
747 cqe_count = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, cq_idx); in nicvf_cq_intr_handler()
748 cqe_count &= CQ_CQE_COUNT; in nicvf_cq_intr_handler()
749 if (cqe_count == 0) in nicvf_cq_intr_handler()
757 __func__, cq_idx, cqe_count, cqe_head); in nicvf_cq_intr_handler()
758 while (processed_cqe < cqe_count) { in nicvf_cq_intr_handler()
/freebsd-13-stable/sys/dev/irdma/
HDirdma_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-13-stable/sys/dev/oce/
HDoce_mbox.c1845 ctx->v2.cqe_count = (4*1024)-1; in oce_mbox_cq_create()
1847 ctx->v2.cqe_count = cq->cq_cfg.q_len; in oce_mbox_cq_create()
HDoce_hw.h1390 uint32_t cqe_count:16; member
1411 uint32_t cqe_count:16;
/freebsd-13-stable/sys/dev/ocs_fc/
HDsli4.h1621 uint32_t cqe_count:16, member
1654 cqe_count:15, member
HDsli4.c1940 cqv2->cqe_count = n_cqe; in sli_cmd_common_create_cq()
4819 req->cqe_count = n_cqe; in sli_cq_alloc_set()