Home
last modified time | relevance | path

Searched refs:queue_node (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/hash/
H A Drte_cuckoo_hash.h236 struct queue_node { struct
240 struct queue_node *prev; /* Parent(bucket) in search path */ argument
H A Drte_cuckoo_hash.c797 struct queue_node *leaf, uint32_t leaf_slot, in rte_hash_cuckoo_move_insert_mw()
803 struct queue_node *prev_node, *curr_node = leaf; in rte_hash_cuckoo_move_insert_mw()
927 struct queue_node queue[RTE_HASH_BFS_QUEUE_MAX_LEN]; in rte_hash_cuckoo_make_space_mw()
928 struct queue_node *tail, *head; in rte_hash_cuckoo_make_space_mw()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c703 get_tm_conf_queue_format_info(FILE *file, struct hns3_tm_node **queue_node, in get_tm_conf_queue_format_info() argument
724 queue_node[j] ? queue_node_tc[j] : in get_tm_conf_queue_format_info()
737 struct hns3_tm_node *queue_node[nb_queue_node]; in get_tm_conf_queue_node_info() local
748 memset(queue_node, 0, sizeof(queue_node)); in get_tm_conf_queue_node_info()
754 queue_node[tm_node->id] = tm_node; in get_tm_conf_queue_node_info()
760 get_tm_conf_queue_format_info(file, queue_node, queue_node_tc, in get_tm_conf_queue_node_info()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c345 tm_node_queue_id(struct rte_eth_dev *dev, struct tm_node *queue_node) in tm_node_queue_id() argument
355 nq->parent_node_id != queue_node->parent_node_id) in tm_node_queue_id()
358 if (nq->node_id == queue_node->node_id) in tm_node_queue_id()