Searched refs:ncqe (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_rx.c | 615 unsigned int ncqe, in fun_rxq_create_sw() argument 631 q->cq_mask = ncqe - 1; in fun_rxq_create_sw() 644 q->cqes = fun_alloc_ring_mem(q->dma_dev, ncqe, FUNETH_CQE_SIZE, 0, in fun_rxq_create_sw() 665 dma_free_coherent(q->dma_dev, ncqe * FUNETH_CQE_SIZE, q->cqes, in fun_rxq_create_sw() 700 unsigned int ncqe = q->cq_mask + 1; in fun_rxq_create_dev() local 737 q->hw_sqid, ilog2(FUNETH_CQE_SIZE), ncqe, in fun_rxq_create_dev() 750 q->qidx, ncqe, nrqe, q->hw_cqid, q->hw_sqid, irq->irq_idx, in fun_rxq_create_dev() 789 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq, in funeth_rxq_create() argument 796 q = fun_rxq_create_sw(dev, qidx, ncqe, nrqe, irq); in funeth_rxq_create()
|
| H A D | funeth_txrx.h | 260 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq,
|
| H A D | funeth_main.c | 388 unsigned int nqs, unsigned int ncqe, unsigned int nrqe, in alloc_rxqs() argument 396 err = funeth_rxq_create(dev, i, ncqe, nrqe, in alloc_rxqs()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_send.c | 1054 size_t ncqe) in dr_create_cq() argument 1070 ncqe = roundup_pow_of_two(ncqe); in dr_create_cq() 1071 MLX5_SET(cqc, temp_cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq() 1106 MLX5_SET(cqc, cqc, log_cq_size, ilog2(ncqe)); in dr_create_cq()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci.c | 922 char ncqe[MLXSW_PCI_CQE_SIZE_MAX]; in mlxsw_pci_napi_poll_cq_tx() local 934 memcpy(ncqe, cqe, q->elem_size); in mlxsw_pci_napi_poll_cq_tx() 938 wqe_counter, q->u.cq.v, ncqe, budget); in mlxsw_pci_napi_poll_cq_tx()
|