/dpdk/lib/graph/ |
H A D | node.c | 32 struct node *node; in node_from_name() local 44 struct node *node; in node_has_duplicate_entry() local 60 struct node *node; __rte_node_register() local 119 node_clone(struct node * node,const char * name) node_clone() argument 162 struct node *node; rte_node_clone() local 176 struct node *node; rte_node_from_name() local 188 struct node *node; rte_node_id_to_name() local 202 struct node *node; rte_node_edge_count() local 213 edge_update(struct node * node,struct node * prev,rte_edge_t from,const char ** next_nodes,rte_edge_t nb_edges) edge_update() argument 271 struct node *node; rte_node_edge_shrink() local 318 node_copy_edges(struct node * node,char * next_nodes[]) node_copy_edges() argument 332 struct node *node; rte_node_edge_get() local 355 struct node *node; node_scan_dump() local [all...] |
H A D | graph_private.h | 52 struct node { struct 54 char name[RTE_NODE_NAMESIZE]; /**< Name of the node. */ argument 61 rte_node_t id; /**< Allocated identifier for the node. */ argument 62 rte_node_t parent_id; /**< Parent node identifier. */ argument 63 rte_edge_t nb_edges; /**< Number of edges from this node. */ argument 58 processnode global() argument 59 initnode global() argument 60 fininode global() argument 64 next_nodesnode global() argument 86 struct node *node; /**< Pointer to internal node. */ global() member [all...] |
H A D | graph_populate.c | 75 struct rte_node *node = RTE_PTR_ADD(graph, off); graph_nodes_populate() local 114 struct rte_node *node; graph_node_id_to_ptr() local 128 struct rte_node *node; graph_node_name_to_ptr() local 142 struct rte_node *node; graph_node_nexts_populate() local 165 struct rte_node *node; graph_src_nodes_populate() local 226 struct rte_node *node; graph_nodes_mem_destroy() local [all...] |
H A D | rte_graph_model_mcore_dispatch.c | 79 __graph_sched_node_enqueue(struct rte_node *node, struct rte_graph *graph) in __graph_sched_node_enqueue() 117 __rte_graph_mcore_dispatch_sched_node_enqueue(struct rte_node *node, in __rte_graph_mcore_dispatch_sched_node_enqueue() 138 struct rte_node *node; in __rte_graph_mcore_dispatch_sched_wq_process() local 172 struct node *node; in rte_graph_model_mcore_dispatch_node_lcore_affinity_set() local
|
H A D | rte_graph_worker_common.h | 177 __rte_node_process(struct rte_graph * graph,struct rte_node * node) __rte_node_process() argument 210 __rte_node_enqueue_tail_update(struct rte_graph * graph,struct rte_node * node) __rte_node_enqueue_tail_update() argument 237 __rte_node_enqueue_prologue(struct rte_graph * graph,struct rte_node * node,const uint16_t idx,const uint16_t space) __rte_node_enqueue_prologue() argument 263 __rte_node_next_node_get(struct rte_node * node,rte_edge_t next) __rte_node_next_node_get() argument 289 rte_node_enqueue(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,void ** objs,uint16_t nb_objs) rte_node_enqueue() argument 315 rte_node_enqueue_x1(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,void * obj) rte_node_enqueue_x1() argument 344 rte_node_enqueue_x2(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,void * obj0,void * obj1) rte_node_enqueue_x2() argument 378 rte_node_enqueue_x4(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,void * obj0,void * obj1,void * obj2,void * obj3) rte_node_enqueue_x4() argument 411 rte_node_enqueue_next(struct rte_graph * graph,struct rte_node * node,rte_edge_t * nexts,void ** objs,uint16_t nb_objs) rte_node_enqueue_next() argument 440 rte_node_next_stream_get(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,uint16_t nb_objs) rte_node_next_stream_get() argument 470 rte_node_next_stream_put(struct rte_graph * graph,struct rte_node * node,rte_edge_t next,uint16_t idx) rte_node_next_stream_put() argument [all...] |
H A D | graph.c | 95 graph_node_add(struct graph *graph, struct node *node) in graph_node_add() argument 127 node_to_graph_node(struct graph * graph,struct node * node) node_to_graph_node() argument 196 struct node *node; expand_pattern_to_node() local 266 struct rte_node *node; graph_mem_fixup_node_ctx() local 646 struct rte_node *node; rte_graph_node_get() local 669 struct rte_node *node; rte_graph_node_get_by_name() local 689 __rte_node_stream_alloc(struct rte_graph * graph,struct rte_node * node) __rte_node_stream_alloc() argument 704 __rte_node_stream_alloc_size(struct rte_graph * graph,struct rte_node * node,uint16_t req_size) __rte_node_stream_alloc_size() argument [all...] |
H A D | graph_ops.c | 15 node_has_loop_edge(struct node *node) in node_has_loop_edge() 67 struct node *node; in graph_node_has_edge_to_src_node() local
|
H A D | rte_graph_model_rtc.h | 23 struct rte_node *node; in rte_graph_walk_rtc() local
|
/dpdk/examples/server_node_efd/efd_server/ |
H A D | init.h | 17 struct node { struct 19 unsigned int node_id; argument 20 /* these stats hold how many packets the node will actually receive, argument 32 extern struct node *nodes; argument
|
H A D | main.c | 220 flush_rx_queue(uint16_t node) in flush_rx_queue() 245 enqueue_rx_packet(uint8_t node, struct rte_mbuf *buf) in enqueue_rx_packet() 262 uint8_t node; in process_packets() local
|
/dpdk/lib/vhost/ |
H A D | iotlb.c | 57 vhost_user_iotlb_set_dump(struct virtio_net *dev, struct vhost_iotlb_entry *node) in vhost_user_iotlb_set_dump() 66 vhost_user_iotlb_clear_dump(struct virtio_net *dev, struct vhost_iotlb_entry *node, in vhost_user_iotlb_clear_dump() 90 struct vhost_iotlb_entry *node; in vhost_user_iotlb_pool_get() local 101 vhost_user_iotlb_pool_put(struct virtio_net *dev, struct vhost_iotlb_entry *node) in vhost_user_iotlb_pool_put() 114 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_pending_remove_all() local 129 struct vhost_iotlb_entry *node; in vhost_user_iotlb_pending_miss() local 149 struct vhost_iotlb_entry *node; in vhost_user_iotlb_pending_insert() local 180 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_pending_remove() local 202 struct vhost_iotlb_entry *node, *temp_node; in vhost_user_iotlb_cache_remove_all() local 222 struct vhost_iotlb_entry *node, *temp_node, *prev_node = NULL; in vhost_user_iotlb_cache_random_evict() local [all …]
|
/dpdk/lib/node/ |
H A D | kernel_tx.c | 20 kernel_tx_process_mbuf(struct rte_node *node, struct rte_mbuf **mbufs, uint16_t cnt) in kernel_tx_process_mbuf() 44 kernel_tx_node_process(struct rte_graph *graph __rte_unused, struct rte_node *node, void **objs, in kernel_tx_node_process() 84 kernel_tx_node_init(const struct rte_graph *graph __rte_unused, struct rte_node *node) in kernel_tx_node_init() 96 kernel_tx_node_fini(const struct rte_graph *graph __rte_unused, struct rte_node *node) in kernel_tx_node_fini()
|
H A D | kernel_rx.c | 109 kernel_rx_node_do(struct rte_graph *graph, struct rte_node *node, kernel_rx_node_ctx_t *ctx) in kernel_rx_node_do() 164 kernel_rx_node_process(struct rte_graph *graph, struct rte_node *node, void **objs, in kernel_rx_node_process() 190 kernel_rx_node_init(const struct rte_graph *graph, struct rte_node *node) in kernel_rx_node_init() 234 kernel_rx_node_fini(const struct rte_graph *graph __rte_unused, struct rte_node *node) in kernel_rx_node_fini()
|
H A D | ethdev_tx.c | 15 ethdev_tx_node_process(struct rte_graph *graph, struct rte_node *node, in ethdev_tx_node_process() 39 ethdev_tx_node_init(const struct rte_graph *graph, struct rte_node *node) in ethdev_tx_node_init()
|
H A D | ethdev_rx.c | 17 ethdev_rx_node_process_inline(struct rte_graph *graph, struct rte_node *node, in ethdev_rx_node_process_inline() 41 ethdev_rx_node_process(struct rte_graph *graph, struct rte_node *node, in ethdev_rx_node_process() 179 ethdev_rx_node_init(const struct rte_graph *graph, struct rte_node *node) in ethdev_rx_node_init()
|
H A D | pkt_drop.c | 9 pkt_drop_process(struct rte_graph *graph, struct rte_node *node, void **objs, in pkt_drop_process()
|
/dpdk/lib/rib/ |
H A D | rte_rib.c | 56 is_valid_node(const struct rte_rib_node *node) in is_valid_node() 62 is_right_node(const struct rte_rib_node *node) in is_right_node() 77 get_nxt_node(struct rte_rib_node *node, uint32_t ip) in get_nxt_node() 350 rte_rib_get_ip(const struct rte_rib_node *node, uint32_t *ip) in rte_rib_get_ip() 361 rte_rib_get_depth(const struct rte_rib_node *node, uint8_t *depth) in rte_rib_get_depth() 372 rte_rib_get_ext(struct rte_rib_node *node) in rte_rib_get_ext() 378 rte_rib_get_nh(const struct rte_rib_node *node, uint64_t *nh) in rte_rib_get_nh() 389 rte_rib_set_nh(struct rte_rib_node *node, uint64_t nh) in rte_rib_set_nh()
|
H A D | rte_rib6.c | 54 is_valid_node(const struct rte_rib6_node * node) is_valid_node() argument 60 is_right_node(const struct rte_rib6_node * node) is_right_node() argument 105 get_nxt_node(struct rte_rib6_node * node,const uint8_t ip[RTE_RIB6_IPV6_ADDR_SIZE]) get_nxt_node() argument 416 rte_rib6_get_ip(const struct rte_rib6_node * node,uint8_t ip[RTE_RIB6_IPV6_ADDR_SIZE]) rte_rib6_get_ip() argument 428 rte_rib6_get_depth(const struct rte_rib6_node * node,uint8_t * depth) rte_rib6_get_depth() argument 439 rte_rib6_get_ext(struct rte_rib6_node * node) rte_rib6_get_ext() argument 445 rte_rib6_get_nh(const struct rte_rib6_node * node,uint64_t * nh) rte_rib6_get_nh() argument 456 rte_rib6_set_nh(struct rte_rib6_node * node,uint64_t nh) rte_rib6_set_nh() argument [all...] |
/dpdk/lib/acl/ |
H A D | acl_gen.c | 61 acl_dfa_gen_idx(const struct rte_acl_node *node, uint32_t index) in acl_dfa_gen_idx() 78 acl_dfa_fill_gr64(const struct rte_acl_node *node, in acl_dfa_fill_gr64() 113 acl_node_fill_dfa(const struct rte_acl_node *node, in acl_node_fill_dfa() 197 acl_count_fanout(struct rte_acl_node *node) in acl_count_fanout() 222 struct rte_acl_node *node, uint64_t no_match, int force_dfa) in acl_count_trie_types() 278 acl_add_ptrs(struct rte_acl_node *node, uint64_t *node_array, uint64_t no_match, in acl_add_ptrs() 332 acl_gen_node(struct rte_acl_node *node, uint64_t *node_array, in acl_gen_node()
|
H A D | acl_bld.c | 78 uint32_t node; member 162 struct rte_acl_node *node; in acl_alloc_node() local 188 struct rte_acl_node *node) in acl_free_node() 254 struct rte_acl_node *node, in acl_add_ptr() 314 struct rte_acl_node *node, in acl_add_ptr_range() 394 acl_dup_node(struct acl_build_context *context, struct rte_acl_node *node) in acl_dup_node() 444 struct rte_acl_node *node, int index) in acl_deref_ptr() 790 struct rte_acl_node *node, *prev; in acl_gen_full_range() local 806 struct rte_acl_node *node; in acl_gen_range_mdl() local 817 struct rte_acl_node *node; in acl_gen_range_low() local [all …]
|
/dpdk/app/test/ |
H A D | test_rib.c | 119 struct rte_rib_node *node, *node1; in test_insert_invalid() local 162 struct rte_rib_node *node; in test_get_fn() local 242 struct rte_rib_node *node; in test_basic() local 297 struct rte_rib_node *node; in test_tree_traversal() local
|
H A D | test_graph.c | 94 struct test_node_register node; member 144 node_init(const struct rte_graph *graph, struct rte_node *node) in node_init() 170 test_node_worker_source(struct rte_graph *graph, struct rte_node *node, in test_node_worker_source() 215 test_node0_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node0_worker() 298 test_node1_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node1_worker() 352 test_node2_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node2_worker() 408 test_node3_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node3_worker() 778 struct rte_node *node; in test_graph_model_mcore_dispatch_node_lcore_affinity_set() local 893 struct rte_node *node; in test_graph_lookup_functions() local
|
/dpdk/drivers/common/dpaax/ |
H A D | dpaa_of.h | 76 struct device_node node; /**< Property of node */ member 86 struct dt_node node; member 100 struct dt_node node; member
|
/dpdk/lib/bpf/ |
H A D | bpf_validate.c | 1786 get_node_idx(const struct bpf_verifier *bvf, const struct inst_node *node) in get_node_idx() 1795 get_next_node(struct bpf_verifier *bvf, struct inst_node *node) in get_next_node() 1810 set_node_colour(struct bpf_verifier *bvf, struct inst_node *node, in set_node_colour() 1826 add_edge(struct bpf_verifier *bvf, struct inst_node *node, uint32_t nidx) in add_edge() 1853 set_edge_type(struct bpf_verifier *bvf, struct inst_node *node, in set_edge_type() 1879 get_prev_node(struct bpf_verifier *bvf, struct inst_node *node) in get_prev_node() 1893 struct inst_node *next, *node; in dfs() local 1936 struct inst_node *node; in log_unreachable() local 1957 struct inst_node *node; in log_loop() local 1986 struct inst_node *node; in validate() local [all …]
|
/dpdk/usertools/ |
H A D | dpdk-hugepages.py | 135 set_numa_pages(pages, hugepgsz, node=None) global() argument 153 reserve_pages(pages, hugepgsz, node=None) global() argument [all...] |