Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1642 uint32_t handle_idx = 0; in flow_verbs_prepare() local
1665 &handle_idx); in flow_verbs_prepare()
1675 dev_flow->handle_idx = handle_idx; in flow_verbs_prepare()
1899 uint32_t handle_idx; in flow_verbs_remove() local
1904 handle_idx, handle, next) { in flow_verbs_remove()
H A Dmlx5_flow.c1466 uint32_t handle_idx; in flow_rxq_flags_set() local
1555 uint32_t handle_idx; in flow_rxq_flags_trim() local
9338 uint32_t handle_idx; in mlx5_flow_dev_dump_ipool() local
9354 handle_idx = flow->dev_handles; in mlx5_flow_dev_dump_ipool()
9365 while (handle_idx) { in mlx5_flow_dev_dump_ipool()
9370 handle_idx = dh->next.next; in mlx5_flow_dev_dump_ipool()
9534 uint32_t handle_idx; in mlx5_flow_dev_dump() local
9564 handle_idx = flow->dev_handles; in mlx5_flow_dev_dump()
9565 while (handle_idx) { in mlx5_flow_dev_dump()
9567 handle_idx); in mlx5_flow_dev_dump()
[all …]
H A Dmlx5_flow_dv.c8148 uint32_t handle_idx = 0; in flow_dv_prepare() local
8166 &handle_idx); in flow_dv_prepare()
8177 dev_flow->handle_idx = handle_idx; in flow_dv_prepare()
14195 uint32_t handle_idx; in flow_dv_apply() local
14305 handle_idx, dh, next) { in flow_dv_apply()
14709 uint32_t handle_idx; in flow_dv_remove() local
14714 handle_idx = flow->dev_handles; in flow_dv_remove()
14715 while (handle_idx) { in flow_dv_remove()
14717 handle_idx); in flow_dv_remove()
14728 handle_idx = dh->next.next; in flow_dv_remove()
[all …]
H A Dmlx5_flow.h869 uint32_t handle_idx; /* Index of the mlx5 flow handle memory. */ member