Home
last modified time | relevance | path

Searched defs:queue_node (Results 1 – 3 of 3) 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
241 int prev_slot; /* Parent(slot) in search path */
/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()
737 struct hns3_tm_node *queue_node[nb_queue_node]; in get_tm_conf_queue_node_info() local
/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()