Searched refs:cqe_count (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_rx.c | 518 u32 cqe_count; in mlx5e_decompress_cqes() local 524 cqe_count = be32_to_cpu(title.byte_cnt); in mlx5e_decompress_cqes() 527 KASSERT(cqe_count <= cq->wq.sz_m1, in mlx5e_decompress_cqes() 529 cqe_count, cq->wq.sz_m1)); in mlx5e_decompress_cqes() 539 if (i == cqe_count) in mlx5e_decompress_cqes()
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_queues.c | 736 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 D | irdma_hw.c | 2208 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 D | oce_mbox.c | 1843 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 D | oce_hw.h | 1390 uint32_t cqe_count:16; member 1411 uint32_t cqe_count:16;
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.h | 1621 uint32_t cqe_count:16, member 1654 cqe_count:15, member
|
H A D | sli4.c | 1940 cqv2->cqe_count = n_cqe; in sli_cmd_common_create_cq() 4819 req->cqe_count = n_cqe; in sli_cq_alloc_set()
|