Searched refs:alloc_ring (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 1445 static void *alloc_ring(struct rte_eth_dev *dev, const char *z_name, in alloc_ring() function 1799 iq->desc = alloc_ring(eth_dev, fwevtq ? "fwq_ring" : "rx_ring", in t4_sge_alloc_rxq() 1859 fl->desc = alloc_ring(eth_dev, "fl_ring", queue_id, socket_id, in t4_sge_alloc_rxq() 2057 txq->q.desc = alloc_ring(eth_dev, "tx_ring", queue_id, socket_id, in t4_sge_alloc_eth_txq() 2129 txq->q.desc = alloc_ring(eth_dev, "ctrl_tx_ring", queue_id, in t4_sge_alloc_ctrl_txq()
|