Searched refs:queue_node (Results 1 – 4 of 4) sorted by relevance
| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.h | 236 struct queue_node { struct 240 struct queue_node *prev; /* Parent(bucket) in search path */ argument
|
| H A D | rte_cuckoo_hash.c | 797 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 D | hns3_ethdev_dump.c | 703 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 D | rte_eth_softnic_tm.c | 345 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()
|