Home
last modified time | relevance | path

Searched refs:bnxt_alloc_rings (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.c97 int bnxt_alloc_rings(struct bnxt *bp, unsigned int socket_id, uint16_t qidx, in bnxt_alloc_rings() function
475 rc = bnxt_alloc_rings(bp, bp->eth_dev->device->numa_node, 0, NULL, in bnxt_alloc_rxtx_nq_ring()
743 rc = bnxt_alloc_rings(bp, soc_id, in bnxt_alloc_hwrm_rings()
861 return bnxt_alloc_rings(bp, bp->eth_dev->device->numa_node, 0, NULL, in bnxt_alloc_async_ring_struct()
H A Dbnxt_ring.h70 int bnxt_alloc_rings(struct bnxt *bp, unsigned int socket_id, uint16_t qidx,
H A Dbnxt_txq.c184 if (bnxt_alloc_rings(bp, socket_id, queue_idx, txq, NULL, txq->cp_ring, in bnxt_tx_queue_setup_op()
H A Dbnxt_rxq.c388 rc = bnxt_alloc_rings(bp, socket_id, queue_idx, NULL, rxq, rxq->cp_ring, in bnxt_rx_queue_setup_op()