Searched refs:handle_idx (Results 1 – 4 of 4) sorted by relevance
1642 uint32_t handle_idx = 0; in flow_verbs_prepare() local1665 &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() local1904 handle_idx, handle, next) { in flow_verbs_remove()
1466 uint32_t handle_idx; in flow_rxq_flags_set() local1555 uint32_t handle_idx; in flow_rxq_flags_trim() local9338 uint32_t handle_idx; in mlx5_flow_dev_dump_ipool() local9354 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() local9564 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 …]
8148 uint32_t handle_idx = 0; in flow_dv_prepare() local8166 &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() local14305 handle_idx, dh, next) { in flow_dv_apply()14709 uint32_t handle_idx; in flow_dv_remove() local14714 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 …]
869 uint32_t handle_idx; /* Index of the mlx5 flow handle memory. */ member