Searched refs:set_ctx (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 412 static int handle_hca_cap_atomic(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_atomic() argument 432 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_atomic() 438 return set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ATOMIC); in handle_hca_cap_atomic() 441 static int handle_hca_cap_odp(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_odp() argument 455 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_odp() 486 return set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ODP); in handle_hca_cap_odp() 522 static int handle_hca_cap_2(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_2() argument 538 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, in handle_hca_cap_2() 544 return set_caps(dev, set_ctx, MLX5_CAP_GENERAL_2); in handle_hca_cap_2() 547 static int handle_hca_cap(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap() argument [all …]
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/ |
D | crcc57d.c | 52 .set_ctx = crcc37d_set_ctx,
|
D | crc.h | 53 int (*set_ctx)(struct nv50_head *, struct nv50_crc_notifier_ctx *); member
|
D | crcc37d.c | 121 .set_ctx = crcc37d_set_ctx,
|
D | crc907d.c | 136 .set_ctx = crc907d_set_ctx,
|
D | crc.c | 77 core->func->crc->set_ctx(head, ctx); in nv50_crc_program_ctx()
|