Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c5336 uint32_t *mtr_flow_id, in flow_meter_split_prep() argument
5509 if (!mtr_flow_id) { in flow_meter_split_prep()
5566 if (mtr_flow_id) in flow_meter_split_prep()
5567 *mtr_flow_id = tag_id; in flow_meter_split_prep()
6431 uint32_t mtr_flow_id = 0; in flow_create_split_meter() local
6517 (set_mtr_reg ? &mtr_flow_id : NULL), in flow_create_split_meter()
6532 if (mtr_flow_id) in flow_create_split_meter()
6533 mlx5_ipool_free(fm->flow_ipool, mtr_flow_id); in flow_create_split_meter()
6537 if (mtr_flow_id) { in flow_create_split_meter()
6538 dev_flow->handle->split_flow_id = mtr_flow_id; in flow_create_split_meter()