Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c203 struct xarray *dests_xa; in mlx5_fs_add_flow_table_dest_action() local
213 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_add_flow_table_dest_action()
214 err = xa_insert(dests_xa, ft->id, dest_ft_action, GFP_KERNEL); in mlx5_fs_add_flow_table_dest_action()
225 struct xarray *dests_xa; in mlx5_fs_del_flow_table_dest_action() local
228 dests_xa = &fs_ctx->hws_pool.table_dests; in mlx5_fs_del_flow_table_dest_action()
229 dest_ft_action = xa_erase(dests_xa, ft->id); in mlx5_fs_del_flow_table_dest_action()
419 struct xarray *dests_xa; in mlx5_fs_get_dest_action_vport() local
429 dests_xa = &fs_ctx->hws_pool.vport_vhca_dests; in mlx5_fs_get_dest_action_vport()
432 dests_xa = &fs_ctx->hws_pool.vport_dests; in mlx5_fs_get_dest_action_vport()
436 dest = xa_load(dests_xa, idx); in mlx5_fs_get_dest_action_vport()
[all …]