| /dpdk/lib/eal/common/ |
| H A D | malloc_elem.c | 33 malloc_elem_find_max_iova_contig(struct malloc_elem *elem, size_t align) in malloc_elem_find_max_iova_contig() 144 malloc_elem_insert(struct malloc_elem *elem) in malloc_elem_insert() 319 remove_elem(struct malloc_elem *elem) in remove_elem() 339 next_elem_is_adjacent(struct malloc_elem *elem) in next_elem_is_adjacent() 351 prev_elem_is_adjacent(struct malloc_elem *elem) in prev_elem_is_adjacent() 403 malloc_elem_free_list_insert(struct malloc_elem *elem) in malloc_elem_free_list_insert() 416 malloc_elem_free_list_remove(struct malloc_elem *elem) in malloc_elem_free_list_remove() 512 malloc_elem_join_adjacent_free(struct malloc_elem *elem) in malloc_elem_join_adjacent_free() 570 malloc_elem_free(struct malloc_elem *elem) in malloc_elem_free() 665 malloc_elem_resize(struct malloc_elem *elem, size_t size) in malloc_elem_resize() [all …]
|
| H A D | malloc_elem.h | 82 #define MALLOC_ELEM_TRAILER(elem) (*((uint64_t*)RTE_PTR_ADD(elem, \ argument 84 #define MALLOC_ELEM_HEADER(elem) (elem->header_cookie) argument 87 set_header(struct malloc_elem *elem) in set_header() 94 set_trailer(struct malloc_elem *elem) in set_trailer() 102 malloc_elem_cookies_ok(const struct malloc_elem *elem) in malloc_elem_cookies_ok() 173 asan_clear_alloczone(struct malloc_elem *elem) in asan_clear_alloczone() 179 asan_clear_split_alloczone(struct malloc_elem *elem) in asan_clear_split_alloczone() 191 asan_set_redzone(struct malloc_elem *elem, size_t user_size) in asan_set_redzone() 234 asan_clear_redzone(struct malloc_elem *elem) in asan_clear_redzone() 265 old_malloc_size(struct malloc_elem *elem) in old_malloc_size() [all …]
|
| H A D | malloc_heap.c | 93 struct malloc_elem *elem = start; in malloc_heap_add_memory() local 154 struct malloc_elem *elem, *alt_elem = NULL; in find_suitable_element() local 187 struct malloc_elem *elem, *max_elem = NULL; in find_biggest_element() local 235 struct malloc_elem *elem; in heap_alloc() local 261 struct malloc_elem *elem; in heap_alloc_biggest() local 300 struct malloc_elem *elem = NULL; in alloc_pages_on_heap() local 398 struct malloc_elem *elem; in try_expand_heap_primary() local 856 malloc_heap_free(struct malloc_elem *elem) in malloc_heap_free() 1101 struct malloc_elem *elem; in malloc_heap_get_stats() local 1137 struct malloc_elem *elem; in malloc_heap_dump() local [all …]
|
| H A D | rte_malloc.c | 114 struct malloc_elem *elem = malloc_elem_from_data(ptr); in rte_zmalloc_socket() local 172 struct malloc_elem *elem = malloc_elem_from_data(ptr); in rte_realloc_socket() local 224 const struct malloc_elem *elem = malloc_elem_from_data(ptr); in rte_malloc_validate() local 372 struct malloc_elem *elem = malloc_elem_from_data(addr); in rte_malloc_virt2iova() local
|
| H A D | malloc_mp.c | 48 struct malloc_elem *elem; member 221 struct malloc_elem *elem; in handle_alloc_request() local
|
| H A D | eal_common_memzone.c | 171 struct malloc_elem *elem = malloc_elem_from_data(mz_addr); in memzone_reserve_aligned_thread_unsafe() local
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 61 struct ecore_exeq_elem *elem) in ecore_exe_queue_free_elem() 69 struct ecore_exeq_elem *elem; in ecore_exe_queue_length() local 132 struct ecore_exeq_elem *elem; in __ecore_exe_queue_reset_pending() local 166 struct ecore_exeq_elem *elem, spacer; in ecore_exe_queue_step() local 966 struct ecore_exeq_elem *elem, in ecore_set_one_mac_e1x() 1190 struct ecore_exeq_elem *elem) in ecore_validate_vlan_mac_move() 1254 struct ecore_exeq_elem *elem) in ecore_validate_vlan_mac() 1270 struct ecore_exeq_elem *elem) in ecore_remove_vlan_mac() 1523 struct ecore_exeq_elem *elem; in ecore_execute_vlan_mac() local 1643 struct ecore_exeq_elem *elem; in ecore_vlan_mac_push_new_cmd() local [all …]
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.h | 595 #define ILIST_INSERT(pool, head, idx, elem, field) \ argument 609 #define ILIST_REMOVE(pool, head, idx, elem, field) \ argument 630 #define ILIST_FOREACH(pool, head, idx, elem, field) \ argument 642 #define SILIST_INSERT(head, idx, elem, field) \ argument 649 #define SILIST_FOREACH(pool, head, idx, elem, field) \ argument
|
| /dpdk/lib/rcu/ |
| H A D | rcu_qsbr_pvt.h | 55 uint8_t elem[0]; /**< Pointer to user element */ member
|
| /dpdk/lib/node/ |
| H A D | ethdev_ctrl.c | 66 ethdev_rx_node_elem_t *elem; in rte_node_eth_config() local
|
| H A D | ethdev_rx.c | 182 ethdev_rx_node_elem_t *elem = ethdev_rx_main.head; in ethdev_rx_node_init() local
|
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_pipeline.c | 94 struct struct_type *elem; in struct_type_find() local 221 struct struct_type *elem; in struct_free() local 239 struct port_in_type *elem; in port_in_type_find() local 256 struct port_in_type *elem; in rte_swx_pipeline_port_in_type_register() local 587 struct extern_obj *elem; in extern_obj_find() local 1096 struct header *elem; in header_find() local 1108 struct header *elem; in header_find_by_struct_id() local 1283 struct header *elem; in header_free() local 6911 struct action *elem; in action_find() local 7164 struct table *elem; in table_find() local [all …]
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.c | 325 ionic_tx_tso_next(struct ionic_tx_qcq *txq, struct ionic_txq_sg_elem **elem) in ionic_tx_tso_next() 343 struct ionic_txq_sg_elem *elem; in ionic_tx_tso() local 466 struct ionic_txq_sg_elem *elem; in ionic_tx() local 941 struct ionic_rxq_sg_elem *elem; in ionic_rx_fill() local
|
| /dpdk/lib/eal/linux/include/ |
| H A D | rte_os.h | 25 #define RTE_TAILQ_NEXT(elem, field) TAILQ_NEXT(elem, field) argument
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe_flow.c | 8 #define __CXGBE_FILL_FS(__v, __m, fs, elem, e) \ argument 18 #define __CXGBE_FILL_FS_MEMCPY(__v, __m, fs, elem) \ argument 24 #define CXGBE_FILL_FS(v, m, elem) \ argument 27 #define CXGBE_FILL_FS_MEMCPY(v, m, elem) \ argument
|
| /dpdk/lib/eal/freebsd/include/ |
| H A D | rte_os.h | 25 #define RTE_TAILQ_NEXT(elem, field) TAILQ_NEXT(elem, field) argument
|
| /dpdk/lib/table/ |
| H A D | rte_swx_table_selector.c | 317 struct rte_swx_table_selector_member *elem; in group_check() local 355 struct rte_swx_table_selector_member *elem; in members_read() local
|
| /dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 304 void *elem; in dpdmai_dev_set_multi_fd_lf_no_rsp() local 351 void *elem[RTE_QDMA_BURST_NB_MAX]; in dpdmai_dev_set_multi_fd_lf() local 402 void *elem; in dpdmai_dev_set_sg_fd_lf() local
|
| /dpdk/drivers/net/ena/base/ |
| H A D | ena_eth_com.h | 210 static inline void ena_com_comp_ack(struct ena_com_io_sq *io_sq, u16 elem) in ena_com_comp_ack()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_spq.h | 63 struct slow_path_element elem; member
|
| H A D | ecore_spq.c | 258 struct slow_path_element *elem; in ecore_spq_hw_post() local
|
| /dpdk/lib/vhost/ |
| H A D | vhost.c | 152 struct log_cache_entry *elem = vq->log_cache + i; in __vhost_log_cache_sync() local 188 struct log_cache_entry *elem = vq->log_cache + i; in vhost_log_cache_page() local
|
| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 113 #define QMD_TRACE_ELEM(elem) do { \ argument 121 #define QMD_TRACE_ELEM(elem) argument
|
| /dpdk/drivers/net/liquidio/ |
| H A D | lio_rxtx.h | 20 #define LIO_STQUEUE_FIRST_ENTRY(ptr, type, elem) \ argument
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_dcb.c | 1545 struct ice_aqc_txsched_elem_data elem; in ice_update_port_tc_tree_cfg() local
|