Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H A Di40iw_hw.c126 u32 cqe_count = 0; in i40iw_cqp_ce_handler() local
156 cqe_count++; in i40iw_cqp_ce_handler()
159 if (arm && cqe_count) { in i40iw_cqp_ce_handler()
H A Di40iw_verbs.c2331 int cqe_count = 0; in i40iw_poll_cq() local
2343 while (cqe_count < num_entries) { in i40iw_poll_cq()
2350 if (!cqe_count) in i40iw_poll_cq()
2351 cqe_count = -1; in i40iw_poll_cq()
2398 cqe_count++; in i40iw_poll_cq()
2401 return cqe_count; in i40iw_poll_cq()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c177 u32 cqe_count; in mlx5e_decompress_cqes_cont() local
180 cqe_count = min_t(u32, cqd->left, budget_rem); in mlx5e_decompress_cqes_cont()
182 for (i = update_owner_only; i < cqe_count; in mlx5e_decompress_cqes_cont()
193 cqd->left -= cqe_count; in mlx5e_decompress_cqes_cont()
194 rq->stats->cqe_compress_pkts += cqe_count; in mlx5e_decompress_cqes_cont()
196 return cqe_count; in mlx5e_decompress_cqes_cont()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c852 int cqe_count, cqe_head; in nicvf_cq_intr_handler() local
867 cqe_count = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, cq_idx); in nicvf_cq_intr_handler()
868 cqe_count &= CQ_CQE_COUNT; in nicvf_cq_intr_handler()
869 if (!cqe_count) in nicvf_cq_intr_handler()
876 while (processed_cqe < cqe_count) { in nicvf_cq_intr_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c849 int cqe_count, cqe_head; in nicvf_cq_intr_handler() local
864 cqe_count = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_STATUS, cq_idx); in nicvf_cq_intr_handler()
865 cqe_count &= CQ_CQE_COUNT; in nicvf_cq_intr_handler()
866 if (!cqe_count) in nicvf_cq_intr_handler()
873 while (processed_cqe < cqe_count) { in nicvf_cq_intr_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c233 u32 cqe_count; in mlx5e_decompress_cqes_cont() local
236 cqe_count = min_t(u32, cqd->left, budget_rem); in mlx5e_decompress_cqes_cont()
238 for (i = update_owner_only; i < cqe_count; in mlx5e_decompress_cqes_cont()
250 cqd->left -= cqe_count; in mlx5e_decompress_cqes_cont()
251 rq->stats->cqe_compress_pkts += cqe_count; in mlx5e_decompress_cqes_cont()
253 return cqe_count; in mlx5e_decompress_cqes_cont()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c1790 u32 hw_pages, cqe_size, page_size, cqe_count; in ocrdma_mbx_create_cq() local
1832 cqe_count = cq->len / cqe_size; in ocrdma_mbx_create_cq()
1833 cq->cqe_cnt = cqe_count; in ocrdma_mbx_create_cq()
1834 if (cqe_count > 1024) { in ocrdma_mbx_create_cq()
1839 switch (cqe_count) { in ocrdma_mbx_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c1786 u32 hw_pages, cqe_size, page_size, cqe_count; in ocrdma_mbx_create_cq() local
1828 cqe_count = cq->len / cqe_size; in ocrdma_mbx_create_cq()
1829 cq->cqe_cnt = cqe_count; in ocrdma_mbx_create_cq()
1830 if (cqe_count > 1024) { in ocrdma_mbx_create_cq()
1835 switch (cqe_count) { in ocrdma_mbx_create_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H A Dhw.c2079 u32 cqe_count = 0; in irdma_cqp_ce_handler() local
2116 cqe_count++; in irdma_cqp_ce_handler()
2119 if (cqe_count) { in irdma_cqp_ce_handler()
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H A Dsli4.h609 __le16 cqe_count; member
H A Dsli4.c152 cqv2->cqe_count = cpu_to_le16(n_cqe); in sli_cmd_common_create_cq()

Completed in 41 milliseconds