Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/qos_meter/
H A Drte_policer.c12 struct rte_phb *phb = NULL; in rte_phb_config() local
24 phb = &phb_table[phb_table_index]; in rte_phb_config()
25 phb->actions[pre_meter][post_meter] = action; in rte_phb_config()
H A Drte_policer.h29 struct rte_phb *phb = &phb_table[phb_table_index]; in policer_run() local
30 enum rte_phb_action action = phb->actions[pre_meter][post_meter]; in policer_run()