Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h247 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def16 rte_calloc_socket
H A Dversion.map20 rte_calloc_socket;
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_port.c410 port->mcast_addrs = rte_calloc_socket("mcast_addr_list_buf", in sfc_port_attach()
422 port->mac_stats_buf = rte_calloc_socket("mac_stats_buf", EFX_MAC_NSTATS, in sfc_port_attach()
H A Dsfc_tx.c356 sas->txq_info = rte_calloc_socket("sfc-txqs", nb_tx_queues, in sfc_tx_configure()
1006 txq->pend_desc = rte_calloc_socket("sfc-efx-txq-pend-desc", in sfc_efx_tx_qcreate()
1014 txq->sw_ring = rte_calloc_socket("sfc-efx-txq-sw_ring", in sfc_efx_tx_qcreate()
H A Dsfc_ef10_tx.c934 txq->sw_ring = rte_calloc_socket("sfc-ef10-txq-sw_ring", in sfc_ef10_tx_qcreate()
944 txq->tsoh = rte_calloc_socket("sfc-ef10-txq-tsoh", in sfc_ef10_tx_qcreate()
H A Dsfc_rx.c483 rxq->sw_desc = rte_calloc_socket("sfc-efx-rxq-sw_desc", in sfc_efx_rx_qcreate()
1341 hf_map = rte_calloc_socket("sfc-rss-hf-map", in sfc_rx_hash_init()
1651 sas->rxq_info = rte_calloc_socket("sfc-rxqs", nb_rx_queues, in sfc_rx_configure()
H A Dsfc_ef10_essb_rx.c596 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_essb_rx_qcreate()
H A Dsfc_ef10_rx.c663 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_rx_qcreate()
H A Dsfc_ef100_rx.c716 rxq->sw_ring = rte_calloc_socket("sfc-ef100-rxq-sw_ring", in sfc_ef100_rx_qcreate()
H A Dsfc_ef100_tx.c786 txq->sw_ring = rte_calloc_socket("sfc-ef100-txq-sw_ring", in sfc_ef100_tx_qcreate()
/f-stack/dpdk/drivers/net/ring/
H A Drte_eth_ring.c304 rx_queues_local = rte_calloc_socket(name, nb_rx_queues, in do_eth_dev_ring_create()
311 tx_queues_local = rte_calloc_socket(name, nb_tx_queues, in do_eth_dev_ring_create()
/f-stack/dpdk/app/test/
H A Dtest_pmd_perf.c555 rte_calloc_socket("poll_burst", in poll_burst()
772 rte_calloc_socket("tx_buff", in test_pmd_perf()
H A Dtest_malloc.c916 mem = rte_calloc_socket(type, size, sizeof(char), align, socket); in test_alloc_single_socket()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_sched.c220 rte_calloc_socket(NULL, 1, sizeof(struct lthread_sched), in _lthread_sched_create()
/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c657 (*internals)->rx_queue = rte_calloc_socket("af_packet_rx", in rte_pmd_init_internals()
661 (*internals)->tx_queue = rte_calloc_socket("af_packet_tx", in rte_pmd_init_internals()
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c145 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket) in rte_calloc_socket() function
/f-stack/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()
/f-stack/dpdk/lib/librte_bbdev/
H A Drte_bbdev.c370 dev->data->queues = rte_calloc_socket(DEV_NAME, num_queues, in rte_bbdev_setup_queues()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c209 bt->table = rte_calloc_socket("B-tree table", in mlx4_mr_btree_init()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c493 buf = rte_calloc_socket(__func__, 1, cq_size, page_size, in mlx5_rxq_create_devx_cq_resources()