Home
last modified time | relevance | path

Searched refs:nrqe (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c617 unsigned int nrqe, in fun_rxq_create_sw() argument
633 q->rq_mask = nrqe - 1; in fun_rxq_create_sw()
635 q->rq_db_thres = nrqe / 4; in fun_rxq_create_sw()
639 q->rqes = fun_alloc_ring_mem(q->dma_dev, nrqe, sizeof(*q->rqes), in fun_rxq_create_sw()
651 err = fun_rxq_init_cache(&q->cache, nrqe, numa_node); in fun_rxq_create_sw()
669 fun_free_ring_mem(q->dma_dev, nrqe, sizeof(*q->rqes), false, q->rqes, in fun_rxq_create_sw()
702 unsigned int nrqe = q->rq_mask + 1; in fun_rxq_create_dev() local
730 FUN_HCI_ID_INVALID, 0, nrqe, q->rq_dma_addr, 0, 0, in fun_rxq_create_dev()
751 q->qidx, ncqe, nrqe, q->hw_cqid, q->hw_sqid, irq->irq_idx, in fun_rxq_create_dev()
790 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq, in funeth_rxq_create() argument
[all …]
Dfuneth_txrx.h259 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq,
Dfuneth_main.c388 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-6.1.9/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h783 __be16 nrqe; member
Dqp.c1799 wqe->u.init.nrqe = cpu_to_be16(t4_rqes_posted(&qhp->wq)); in rdma_init()