Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c473 mlx5_fs_get_cached_hws_data(struct xarray *cache_xa, unsigned long index) in mlx5_fs_get_cached_hws_data() argument
478 xa_lock(cache_xa); in mlx5_fs_get_cached_hws_data()
479 fs_hws_data = xa_load(cache_xa, index); in mlx5_fs_get_cached_hws_data()
483 xa_unlock(cache_xa); in mlx5_fs_get_cached_hws_data()
488 err = __xa_insert(cache_xa, index, fs_hws_data, GFP_ATOMIC); in mlx5_fs_get_cached_hws_data()
491 xa_unlock(cache_xa); in mlx5_fs_get_cached_hws_data()
495 xa_unlock(cache_xa); in mlx5_fs_get_cached_hws_data()