Home
last modified time | relevance | path

Searched refs:phb_table (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/qos_meter/
H A Drte_policer.c9 rte_phb_config(struct rte_phb *phb_table, uint32_t phb_table_index, in rte_phb_config() argument
15 if (phb_table == NULL) { in rte_phb_config()
24 phb = &phb_table[phb_table_index]; in rte_phb_config()
H A Drte_policer.h23 rte_phb_config(struct rte_phb *phb_table, uint32_t phb_table_index,
27 policer_run(struct rte_phb *phb_table, uint32_t phb_table_index, enum rte_color pre_meter, enum rte… in policer_run() argument
29 struct rte_phb *phb = &phb_table[phb_table_index]; in policer_run()