| /dpdk/lib/eal/include/ |
| H A D | rte_malloc.h | 246 rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_port.c | 425 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 D | sfc_tx.c | 416 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 D | sfc_ef10_tx.c | 958 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 D | sfc_rx.c | 499 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 D | sfc_ef10_essb_rx.c | 601 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_essb_rx_qcreate()
|
| H A D | sfc_ef10_rx.c | 667 rxq->sw_ring = rte_calloc_socket("sfc-ef10-rxq-sw_ring", in sfc_ef10_rx_qcreate()
|
| H A D | sfc_ef100_rx.c | 779 rxq->sw_ring = rte_calloc_socket("sfc-ef100-rxq-sw_ring", in sfc_ef100_rx_qcreate()
|
| H A D | sfc_sw_stats.c | 834 *queues_bitmap_mem = rte_calloc_socket("bitmap_mem", bmp_size, 1, 0, in sfc_sw_xstats_alloc_queues_bitmap()
|
| H A D | sfc_ef100_tx.c | 858 txq->sw_ring = rte_calloc_socket("sfc-ef100-txq-sw_ring", in sfc_ef100_tx_qcreate()
|
| /dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 328 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 D | test_pmd_perf.c | 567 rte_calloc_socket("poll_burst", in poll_burst() 786 rte_calloc_socket("tx_buff", in test_pmd_perf()
|
| H A D | test_malloc.c | 926 mem = rte_calloc_socket(type, size, sizeof(char), align, socket); in test_alloc_single_socket()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 20 rte_calloc_socket;
|
| /dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 704 (*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 D | rte_malloc.c | 147 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 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()
|
| /dpdk/lib/bbdev/ |
| H A D | rte_bbdev.c | 366 dev->data->queues = rte_calloc_socket(DEV_NAME, num_queues, in rte_bbdev_setup_queues()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 209 bt->table = rte_calloc_socket("B-tree table", in mlx4_mr_btree_init()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 637 new->q.info = rte_calloc_socket("ionic", in ionic_qcq_alloc()
|