Searched refs:set_ctx (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 405 static int handle_hca_cap_atomic(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_atomic() argument 425 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_atomic() 431 return set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ATOMIC); in handle_hca_cap_atomic() 434 static int handle_hca_cap_odp(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_odp() argument 448 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_odp() 479 return set_caps(dev, set_ctx, MLX5_SET_HCA_CAP_OP_MOD_ODP); in handle_hca_cap_odp() 515 static int handle_hca_cap_2(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap_2() argument 531 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, in handle_hca_cap_2() 537 return set_caps(dev, set_ctx, MLX5_CAP_GENERAL_2); in handle_hca_cap_2() 540 static int handle_hca_cap(struct mlx5_core_dev *dev, void *set_ctx) in handle_hca_cap() argument [all …]
|
/Linux-v6.1/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()
|