Searched refs:set_ctx (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_main.c | 482 void *set_ctx = NULL; in handle_hca_cap() local 488 set_ctx = kzalloc(set_sz, GFP_KERNEL); in handle_hca_cap() 494 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, in handle_hca_cap() 524 err = set_caps(dev, set_ctx, set_sz); in handle_hca_cap() 527 kfree(set_ctx); in handle_hca_cap() 533 void *set_ctx; in handle_hca_cap_atomic() local 554 set_ctx = kzalloc(set_sz, GFP_KERNEL); in handle_hca_cap_atomic() 555 if (!set_ctx) in handle_hca_cap_atomic() 558 MLX5_SET(set_hca_cap_in, set_ctx, op_mod, in handle_hca_cap_atomic() 560 set_hca_cap = MLX5_ADDR_OF(set_hca_cap_in, set_ctx, capability); in handle_hca_cap_atomic() [all …]
|
| /freebsd/sys/dev/ntb/ |
| H A D | ntb_if.m | 101 METHOD int set_ctx {
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fips_indicator.md | 84 The setter is initially -1 (unknown) and can be set to 0 or 1 via a set_ctx call. 228 in the set_ctx().
|