Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1627 uint32_t handle_idx = 0; in flow_verbs_prepare() local
1650 &handle_idx); in flow_verbs_prepare()
1660 dev_flow->handle_idx = handle_idx; in flow_verbs_prepare()
1877 uint32_t handle_idx; in flow_verbs_remove() local
1882 handle_idx, handle, next) { in flow_verbs_remove()
H A Dmlx5_flow.c1062 uint32_t handle_idx; in flow_rxq_flags_set() local
1066 handle_idx, dev_handle, next) in flow_rxq_flags_set()
1141 uint32_t handle_idx; in flow_rxq_flags_trim() local
1145 handle_idx, dev_handle, next) in flow_rxq_flags_trim()
2828 uint32_t handle_idx; in flow_mreg_split_qrss_release() local
2832 handle_idx, dev_handle, next) in flow_mreg_split_qrss_release()
4093 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_create_split_inner()
5394 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_list_create()
7309 SILIST_INSERT(&flow->dev_handles, dev_flow->handle_idx, in flow_tunnel_add_default_miss()
H A Dmlx5_flow_dv.c6213 uint32_t handle_idx = 0; in flow_dv_prepare() local
6228 &handle_idx); in flow_dv_prepare()
6238 dev_flow->handle_idx = handle_idx; in flow_dv_prepare()
10719 uint32_t handle_idx; in flow_dv_apply() local
10797 handle_idx, dh, next) { in flow_dv_apply()
11203 uint32_t handle_idx; in flow_dv_remove() local
11208 handle_idx = flow->dev_handles; in flow_dv_remove()
11209 while (handle_idx) { in flow_dv_remove()
11211 handle_idx); in flow_dv_remove()
11222 handle_idx = dh->next.next; in flow_dv_remove()
H A Dmlx5_flow.h776 uint32_t handle_idx; /* Index of the mlx5 flow handle memory. */ member