| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_malloc.h | 247 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 16 rte_calloc_socket
|
| H A D | version.map | 20 rte_calloc_socket;
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_port.c | 410 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 D | sfc_tx.c | 356 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 D | sfc_ef10_tx.c | 934 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 D | sfc_rx.c | 483 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 D | sfc_ef10_essb_rx.c | 596 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_essb_rx_qcreate()
|
| H A D | sfc_ef10_rx.c | 663 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_rx_qcreate()
|
| H A D | sfc_ef100_rx.c | 716 rxq->sw_ring = rte_calloc_socket("sfc-ef100-rxq-sw_ring", in sfc_ef100_rx_qcreate()
|
| H A D | sfc_ef100_tx.c | 786 txq->sw_ring = rte_calloc_socket("sfc-ef100-txq-sw_ring", in sfc_ef100_tx_qcreate()
|
| /f-stack/dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 304 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 D | test_pmd_perf.c | 555 rte_calloc_socket("poll_burst", in poll_burst() 772 rte_calloc_socket("tx_buff", in test_pmd_perf()
|
| H A D | test_malloc.c | 916 mem = rte_calloc_socket(type, size, sizeof(char), align, socket); in test_alloc_single_socket()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_sched.c | 220 rte_calloc_socket(NULL, 1, sizeof(struct lthread_sched), in _lthread_sched_create()
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 657 (*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 D | rte_malloc.c | 145 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 D | cxgbe_main.c | 606 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 D | rte_bbdev.c | 370 dev->data->queues = rte_calloc_socket(DEV_NAME, num_queues, in rte_bbdev_setup_queues()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 209 bt->table = rte_calloc_socket("B-tree table", in mlx4_mr_btree_init()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_devx.c | 493 buf = rte_calloc_socket(__func__, 1, cq_size, page_size, in mlx5_rxq_create_devx_cq_resources()
|