Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c366 static int handle_hca_cap_atomic(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_atomic() argument
386 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_atomic()
392 return set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ATOMIC); in handle_hca_cap_atomic()
395 static int handle_hca_cap_odp(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_odp() argument
409 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_odp()
450 err = set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ODP); in handle_hca_cap_odp()
490 static int handle_hca_cap_2(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_2() argument
503 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, in handle_hca_cap_2()
523 return do_set ? set_caps(dev, set_ctx, MLX5_CAP_GENERAL_2) : 0; in handle_hca_cap_2()
526 static int handle_hca_cap(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap() argument
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrcc57d.c52 .set_ctx = crcc37d_set_ctx,
H A Dcrcc37d.c121 .set_ctx = crcc37d_set_ctx,
H A Dcrc907d.c136 .set_ctx = crc907d_set_ctx,