Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/lib/eal/common/
H A Dmalloc_elem.c33 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 Dmalloc_elem.h82 #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 Dmalloc_heap.c93 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 Drte_malloc.c114 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 Dmalloc_mp.c48 struct malloc_elem *elem; member
221 struct malloc_elem *elem; in handle_alloc_request() local
H A Deal_common_memzone.c171 struct malloc_elem *elem = malloc_elem_from_data(mz_addr); in memzone_reserve_aligned_thread_unsafe() local
/dpdk/drivers/net/bnx2x/
H A Decore_sp.c61 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 Dmlx5_utils.h595 #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 Drcu_qsbr_pvt.h55 uint8_t elem[0]; /**< Pointer to user element */ member
/dpdk/lib/node/
H A Dethdev_ctrl.c66 ethdev_rx_node_elem_t *elem; in rte_node_eth_config() local
H A Dethdev_rx.c182 ethdev_rx_node_elem_t *elem = ethdev_rx_main.head; in ethdev_rx_node_init() local
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c94 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 Dionic_rxtx.c325 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 Drte_os.h25 #define RTE_TAILQ_NEXT(elem, field) TAILQ_NEXT(elem, field) argument
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_flow.c8 #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 Drte_os.h25 #define RTE_TAILQ_NEXT(elem, field) TAILQ_NEXT(elem, field) argument
/dpdk/lib/table/
H A Drte_swx_table_selector.c317 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 Ddpaa2_qdma.c304 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 Dena_eth_com.h210 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 Decore_spq.h63 struct slow_path_element elem; member
H A Decore_spq.c258 struct slow_path_element *elem; in ecore_spq_hw_post() local
/dpdk/lib/vhost/
H A Dvhost.c152 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 Dqueue.h113 #define QMD_TRACE_ELEM(elem) do { \ argument
121 #define QMD_TRACE_ELEM(elem) argument
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h20 #define LIO_STQUEUE_FIRST_ENTRY(ptr, type, elem) \ argument
/dpdk/drivers/net/ice/base/
H A Dice_dcb.c1545 struct ice_aqc_txsched_elem_data elem; in ice_update_port_tc_tree_cfg() local

12