Searched refs:bnxt_alloc_rings (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 97 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 D | bnxt_ring.h | 70 int bnxt_alloc_rings(struct bnxt *bp, unsigned int socket_id, uint16_t qidx,
|
| H A D | bnxt_txq.c | 184 if (bnxt_alloc_rings(bp, socket_id, queue_idx, txq, NULL, txq->cp_ring, in bnxt_tx_queue_setup_op()
|
| H A D | bnxt_rxq.c | 388 rc = bnxt_alloc_rings(bp, socket_id, queue_idx, NULL, rxq, rxq->cp_ring, in bnxt_rx_queue_setup_op()
|