Searched refs:ncqe (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_send.c | 692 size_t ncqe) in dr_create_cq() argument 710 ncqe = roundup_pow_of_two(ncqe); in dr_create_cq() 711 MLX5_SET(cqc, temp_cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq() 740 MLX5_SET(cqc, cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 619 char ncqe[MLXSW_PCI_CQE_SIZE_MAX]; in mlxsw_pci_cq_tasklet() local 621 memcpy(ncqe, cqe, q->elem_size); in mlxsw_pci_cq_tasklet() 629 wqe_counter, ncqe); in mlxsw_pci_cq_tasklet() 636 wqe_counter, q->u.cq.v, ncqe); in mlxsw_pci_cq_tasklet()
|
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 3119 int i, ncqe, budget; in bnxt_re_poll_cq() local 3136 ncqe = bnxt_qplib_poll_cq(&cq->qplib_cq, cqe, budget, &lib_qp); in bnxt_re_poll_cq() 3149 if (ncqe < budget) in bnxt_re_poll_cq() 3150 ncqe += bnxt_qplib_process_flush_list(&cq->qplib_cq, in bnxt_re_poll_cq() 3151 cqe + ncqe, in bnxt_re_poll_cq() 3152 budget - ncqe); in bnxt_re_poll_cq() 3154 if (!ncqe) in bnxt_re_poll_cq() 3157 for (i = 0; i < ncqe; i++, cqe++) { in bnxt_re_poll_cq()
|