Searched defs:meter_profile_id (Results 1 – 7 of 7) sorted by relevance
/dpdk/drivers/net/mvpp2/ |
H A D | mrvl_mtr.c | 52 mrvl_mtr_profile_from_id(struct mrvl_priv *priv, uint32_t meter_profile_id) in mrvl_mtr_profile_from_id() 73 mrvl_meter_profile_add(struct rte_eth_dev *dev, uint32_t meter_profile_id, in mrvl_meter_profile_add() 127 uint32_t meter_profile_id, in mrvl_meter_profile_delete() 424 uint32_t meter_profile_id, in mrvl_meter_profile_update()
|
/dpdk/lib/ethdev/ |
H A D | rte_mtr.c | 98 uint32_t meter_profile_id, in rte_mtr_meter_profile_add() 116 uint32_t meter_profile_id, in rte_mtr_meter_profile_delete() 132 uint32_t meter_profile_id, in rte_mtr_meter_profile_get() 280 uint32_t meter_profile_id, in rte_mtr_meter_profile_update()
|
H A D | rte_mtr.h | 266 uint32_t meter_profile_id; member
|
/dpdk/examples/ip_pipeline/ |
H A D | thread.c | 621 uint32_t meter_profile_id; member 626 uint32_t meter_profile_id; member 1841 uint32_t meter_profile_id, in pipeline_table_mtr_profile_add() argument 1895 uint32_t meter_profile_id) in pipeline_table_mtr_profile_delete() argument 2889 uint32_t meter_profile_id = req->table_mtr_profile_add.meter_profile_id; pipeline_msg_handle_table_mtr_profile_add() local 2907 uint32_t meter_profile_id = pipeline_msg_handle_table_mtr_profile_delete() local [all...] |
H A D | cli.c | 5221 uint32_t table_id, meter_profile_id; cmd_pipeline_table_meter_profile_add() local 5372 uint32_t table_id, meter_profile_id; cmd_pipeline_table_meter_profile_delete() local [all...] |
/dpdk/lib/pipeline/ |
H A D | rte_table_action.h | 258 uint32_t meter_profile_id; global() member
|
H A D | rte_table_action.c | 2644 rte_table_action_meter_profile_add(struct rte_table_action * action,uint32_t meter_profile_id,struct rte_table_action_meter_profile * profile) rte_table_action_meter_profile_add() argument 2684 rte_table_action_meter_profile_delete(struct rte_table_action * action,uint32_t meter_profile_id) rte_table_action_meter_profile_delete() argument
|