Home
last modified time | relevance | path

Searched refs:rte_calloc_socket (Results 1 – 20 of 20) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_malloc.h246 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
/dpdk/drivers/net/sfc/
H A Dsfc_port.c425 port->mcast_addrs = rte_calloc_socket("mcast_addr_list_buf", in sfc_port_attach()
435 port->mac_stats_buf = rte_calloc_socket("mac_stats_buf", EFX_MAC_NSTATS, in sfc_port_attach()
H A Dsfc_tx.c416 sas->txq_info = rte_calloc_socket("sfc-txqs", nb_txq_total, in sfc_tx_configure()
1108 txq->pend_desc = rte_calloc_socket("sfc-efx-txq-pend-desc", in sfc_efx_tx_qcreate()
1116 txq->sw_ring = rte_calloc_socket("sfc-efx-txq-sw_ring", in sfc_efx_tx_qcreate()
H A Dsfc_ef10_tx.c958 txq->sw_ring = rte_calloc_socket("sfc-ef10-txq-sw_ring", in sfc_ef10_tx_qcreate()
968 txq->tsoh = rte_calloc_socket("sfc-ef10-txq-tsoh", in sfc_ef10_tx_qcreate()
H A Dsfc_rx.c499 rxq->sw_desc = rte_calloc_socket("sfc-efx-rxq-sw_desc", in sfc_efx_rx_qcreate()
1400 hf_map = rte_calloc_socket("sfc-rss-hf-map", in sfc_rx_hash_init()
1758 sas->rxq_info = rte_calloc_socket("sfc-rxqs", nb_rxq_total, in sfc_rx_configure()
H A Dsfc_ef10_essb_rx.c601 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_essb_rx_qcreate()
H A Dsfc_ef10_rx.c667 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_rx_qcreate()
H A Dsfc_ef100_rx.c779 rxq->sw_ring = rte_calloc_socket("sfc-ef100-rxq-sw_ring", in sfc_ef100_rx_qcreate()
H A Dsfc_sw_stats.c834 *queues_bitmap_mem = rte_calloc_socket("bitmap_mem", bmp_size, 1, 0, in sfc_sw_xstats_alloc_queues_bitmap()
H A Dsfc_ef100_tx.c858 txq->sw_ring = rte_calloc_socket("sfc-ef100-txq-sw_ring", in sfc_ef100_tx_qcreate()
/dpdk/drivers/net/ring/
H A Drte_eth_ring.c328 rx_queues_local = rte_calloc_socket(name, nb_rx_queues, in do_eth_dev_ring_create()
335 tx_queues_local = rte_calloc_socket(name, nb_tx_queues, in do_eth_dev_ring_create()
/dpdk/app/test/
H A Dtest_pmd_perf.c567 rte_calloc_socket("poll_burst", in poll_burst()
786 rte_calloc_socket("tx_buff", in test_pmd_perf()
H A Dtest_malloc.c926 mem = rte_calloc_socket(type, size, sizeof(char), align, socket); in test_alloc_single_socket()
/dpdk/lib/eal/
H A Dversion.map20 rte_calloc_socket;
/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c704 (*internals)->rx_queue = rte_calloc_socket("af_packet_rx", in rte_pmd_init_internals()
708 (*internals)->tx_queue = rte_calloc_socket("af_packet_tx", in rte_pmd_init_internals()
/dpdk/lib/eal/common/
H A Drte_malloc.c147 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) in rte_calloc_socket() function
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c606 s->ethrxq = rte_calloc_socket(NULL, s->max_ethqsets, in cxgbe_cfg_queues()
612 s->ethtxq = rte_calloc_socket(NULL, s->max_ethqsets, in cxgbe_cfg_queues()
/dpdk/lib/bbdev/
H A Drte_bbdev.c366 dev->data->queues = rte_calloc_socket(DEV_NAME, num_queues, in rte_bbdev_setup_queues()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c209 bt->table = rte_calloc_socket("B-tree table", in mlx4_mr_btree_init()
/dpdk/drivers/net/ionic/
H A Dionic_lif.c637 new->q.info = rte_calloc_socket("ionic", in ionic_qcq_alloc()