Searched refs:set_ctx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_main.c | 477 void *set_ctx = NULL; in handle_hca_cap() local 483 set_ctx = kzalloc(set_sz, GFP_KERNEL); in handle_hca_cap() 489 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, in handle_hca_cap() 519 err = set_caps(dev, set_ctx, set_sz); in handle_hca_cap() 522 kfree(set_ctx); in handle_hca_cap() 528 void *set_ctx; in handle_hca_cap_atomic() local 549 set_ctx = kzalloc(set_sz, GFP_KERNEL); in handle_hca_cap_atomic() 550 if (!set_ctx) in handle_hca_cap_atomic() 553 MLX5_SET(set_hca_cap_in, set_ctx, op_mod, in handle_hca_cap_atomic() 561 err = set_caps(dev, set_ctx, set_sz); in handle_hca_cap_atomic() [all …]
|
| /freebsd-14.2/sys/dev/ntb/ |
| H A D | ntb_if.m | 101 METHOD int set_ctx {
|