Searched refs:ncqe (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_send.c | 757 size_t ncqe) in dr_create_cq() argument 774 ncqe = roundup_pow_of_two(ncqe); in dr_create_cq() 775 MLX5_SET(cqc, temp_cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq() 804 MLX5_SET(cqc, cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | pci.c | 687 char ncqe[MLXSW_PCI_CQE_SIZE_MAX]; in mlxsw_pci_cq_tasklet() local 689 memcpy(ncqe, cqe, q->elem_size); in mlxsw_pci_cq_tasklet() 697 wqe_counter, ncqe); in mlxsw_pci_cq_tasklet() 704 wqe_counter, q->u.cq.v, ncqe); in mlxsw_pci_cq_tasklet()
|
| /Linux-v5.15/drivers/infiniband/hw/bnxt_re/ |
| D | ib_verbs.c | 3409 int i, ncqe, budget; in bnxt_re_poll_cq() local 3426 ncqe = bnxt_qplib_poll_cq(&cq->qplib_cq, cqe, budget, &lib_qp); in bnxt_re_poll_cq() 3439 if (ncqe < budget) in bnxt_re_poll_cq() 3440 ncqe += bnxt_qplib_process_flush_list(&cq->qplib_cq, in bnxt_re_poll_cq() 3441 cqe + ncqe, in bnxt_re_poll_cq() 3442 budget - ncqe); in bnxt_re_poll_cq() 3444 if (!ncqe) in bnxt_re_poll_cq() 3447 for (i = 0; i < ncqe; i++, cqe++) { in bnxt_re_poll_cq()
|