Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dmlx5hws_action.h229 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW5] = 0; in mlx5hws_action_setter_default_single()
238 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in mlx5hws_action_setter_default_double()
239 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = 0; in mlx5hws_action_setter_default_double()
250 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW0] = 0; in mlx5hws_action_setter_default_ctr()
264 setter->set_ctr(apply, setter); in mlx5hws_action_apply_setter()
271 setter->set_triple(apply, setter); in mlx5hws_action_apply_setter()
276 setter->set_single(apply, setter); in mlx5hws_action_apply_setter()
281 setter->set_double(apply, setter); in mlx5hws_action_apply_setter()
290 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW5] = 0; in mlx5hws_action_apply_setter()
291 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in mlx5hws_action_apply_setter()
[all …]
A Dmlx5hws_action.c2153 apply->wqe_ctrl->stc_ix[stc_idx] = in hws_action_apply_stc()
2154 htonl(action->stc[apply->tbl_type].offset); in hws_action_apply_stc()
2204 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = in hws_action_setter_modify_header()
2214 apply->require_dep = 1; in hws_action_setter_modify_header()
2215 hws_action_modify_write(apply->queue, in hws_action_setter_modify_header()
2248 apply->require_dep = 1; in hws_action_setter_insert_ptr()
2249 mlx5hws_arg_write(apply->queue, NULL, in hws_action_setter_insert_ptr()
2280 apply->require_dep = 1; in hws_action_setter_tnl_l3_to_l2()
2281 mlx5hws_arg_decapl3_write(apply->queue, in hws_action_setter_tnl_l3_to_l2()
2383 apply->wqe_data[MLX5HWS_ACTION_OFFSET_HIT_LSB] = htonl(apply->next_direct_idx << 6); in hws_action_setter_hit_next_action()
[all …]
A Dmlx5hws_rule.c289 struct mlx5hws_actions_apply_data *apply, in hws_rule_create_init() argument
317 apply->tbl_type = tbl->type; in hws_rule_create_init()
318 apply->common_res = &ctx->common_res[tbl->type]; in hws_rule_create_init()
320 apply->require_dep = 0; in hws_rule_create_init()
363 struct mlx5hws_actions_apply_data apply; in hws_rule_create_hws() local
390 apply.wqe_ctrl = &dep_wqe->wqe_ctrl; in hws_rule_create_hws()
392 apply.rule_action = rule_actions; in hws_rule_create_hws()
393 apply.queue = queue; in hws_rule_create_hws()
412 apply.next_direct_idx = ste_attr.direct_index; in hws_rule_create_hws()
414 apply.next_direct_idx = 0; in hws_rule_create_hws()
[all …]
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_ttm_pm.c42 static int i915_ttm_backup(struct i915_gem_apply_to_region *apply, in i915_ttm_backup() argument
46 container_of(apply, typeof(*pm_apply), base); in i915_ttm_backup()
88 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_backup()
117 static int i915_ttm_recover(struct i915_gem_apply_to_region *apply, in i915_ttm_recover() argument
137 struct i915_gem_apply_to_region apply = {.ops = &recover_ops}; in i915_ttm_recover_region() local
140 ret = i915_gem_process_region(mr, &apply); in i915_ttm_recover_region()
168 static int i915_ttm_restore(struct i915_gem_apply_to_region *apply, in i915_ttm_restore() argument
172 container_of(apply, typeof(*pm_apply), base); in i915_ttm_restore()
184 err = i915_gem_object_lock(backup, apply->ww); in i915_ttm_restore()
A Di915_gem_region.c155 struct i915_gem_apply_to_region *apply) in i915_gem_process_region() argument
157 const struct i915_gem_apply_to_region_ops *ops = apply->ops; in i915_gem_process_region()
166 GEM_WARN_ON(apply->ww); in i915_gem_process_region()
188 apply->ww = &ww; in i915_gem_process_region()
189 for_i915_gem_ww(&ww, ret, apply->interruptible) { in i915_gem_process_region()
190 ret = i915_gem_object_lock(obj, apply->ww); in i915_gem_process_region()
195 ret = ops->process_obj(apply, obj); in i915_gem_process_region()
A Di915_gem_region.h31 int (*process_obj)(struct i915_gem_apply_to_region *apply,
66 struct i915_gem_apply_to_region *apply);
/linux/Documentation/process/
A Dapplying-patches.rst37 How do I apply or revert a patch?
131 usually adjust the line numbers and apply the patch.
190 the patch will in fact apply it.
206 wish to apply.
217 apply the result.
287 $ patch -p1 < ../patch-5.7 # apply the 5.7 patch
296 $ patch -p1 < ../patch-5.7 # apply new 5.7 patch
316 how to apply these patches.
333 $ patch -p1 < ../patch-5.7.3 # apply the new 5.7.3 patch
344 Here's the example to apply these::
[all …]
/linux/arch/riscv/
A DKconfig.errata19 This will apply the cache management errata to handle the
39 This will apply the SiFive CIP-453 errata to add sign extension
50 This will apply the SiFive CIP-1200 errata to repalce all
91 This will apply the memory attribute extension errata to handle the
104 This will apply the cache management errata to handle the
117 This will apply the overflow errata to handle the non-standard
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Doverlay-sysfs.c80 r = old_mgr->apply(old_mgr); in overlay_manager_store()
92 r = mgr->apply(mgr); in overlay_manager_store()
156 r = ovl->manager->apply(ovl->manager); in overlay_position_store()
195 r = ovl->manager->apply(ovl->manager); in overlay_output_size_store()
262 r = ovl->manager->apply(ovl->manager); in overlay_global_alpha_store()
304 r = ovl->manager->apply(ovl->manager); in overlay_pre_mult_alpha_store()
344 r = ovl->manager->apply(ovl->manager); in overlay_zorder_store()
A Dmanager-sysfs.c103 r = mgr->apply(mgr); in manager_display_store()
146 r = mgr->apply(mgr); in manager_default_color_store()
190 r = mgr->apply(mgr); in manager_trans_key_type_store()
226 r = mgr->apply(mgr); in manager_trans_key_value_store()
262 r = mgr->apply(mgr); in manager_trans_key_enabled_store()
306 r = mgr->apply(mgr); in manager_alpha_blending_enabled_store()
348 r = mgr->apply(mgr); in manager_cpr_enable_store()
409 r = mgr->apply(mgr); in manager_cpr_coef_store()
/linux/fs/nls/
A DKconfig463 Mac partitions correctly. This does apply to the filenames
478 Mac partitions correctly. This does apply to the filenames
492 Mac partitions correctly. This does apply to the filenames
506 Mac partitions correctly. This does apply to the filenames
520 Mac partitions correctly. This does apply to the filenames
534 Mac partitions correctly. This does apply to the filenames
548 Mac partitions correctly. This does apply to the filenames
562 Mac partitions correctly. This does apply to the filenames
576 Mac partitions correctly. This does apply to the filenames
590 Mac partitions correctly. This does apply to the filenames
[all …]
/linux/Documentation/admin-guide/device-mapper/
A Ddelay.rst15 3: apply offset and delay to read, write and flush operations on device
17 6: apply offset and delay to device, also apply write_offset and write_delay
/linux/Documentation/doc-guide/
A Dparse-headers.rst101 The ignore or replace statement will apply to ioctl definitions like:
109 The ignore or replace statement will apply to any other #define found
116 The ignore or replace statement will apply to typedef statements at C_FILE.
122 The ignore or replace statement will apply to the name of struct statements
129 The ignore or replace statement will apply to the name of enum statements
136 The ignore or replace statement will apply to the name of enum value
/linux/tools/bootconfig/
A Dmain.c489 char *apply = NULL; in main() local
499 apply = optarg; in main()
510 if ((apply && delete) || (delete && list) || (apply && list)) { in main()
522 if (apply) in main()
523 return apply_xbc(path, apply); in main()
/linux/sound/soc/ti/
A Dams-delta.c344 int apply, ret; in cx81801_receive() local
378 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive()
384 if (apply) in cx81801_receive()
424 int apply; in ams_delta_mute() local
431 apply = !cx81801_cmd_pending; in ams_delta_mute()
434 if (apply) in ams_delta_mute()
/linux/fs/btrfs/
A Dprops.c29 int (*apply)(struct inode *inode, const char *value, size_t len); member
124 ret = handler->apply(&inode->vfs_inode, NULL, 0); in btrfs_set_prop()
134 ret = handler->apply(&inode->vfs_inode, value, value_len); in btrfs_set_prop()
266 ret = handler->apply(inode, value, len); in inode_prop_iterator()
380 .apply = prop_compression_apply,
442 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
/linux/arch/x86/kernel/
A Dmodule.c87 bool apply) in __write_relocate_add() argument
97 apply ? "Applying" : "Clearing", in __write_relocate_add()
148 if (apply) { in __write_relocate_add()
179 bool apply) in write_relocate_add() argument
191 write, apply); in write_relocate_add()
/linux/Documentation/userspace-api/gpio/
A Dgpio-handle-set-config-ioctl.rst33 The new :c:type:`configuration<gpiohandle_config>` to apply to the
45 :ref:`gpio-get-linehandle-config-support` that apply when requesting the
46 lines also apply when updating the line configuration, with the additional
A Dgpio-v2-line-set-config-ioctl.rst29 The new :c:type:`configuration<gpio_v2_line_config>` to apply to the
41 :ref:`gpio-v2-get-line-config-support` that apply when requesting the lines
42 also apply when updating the line configuration, with the additional
/linux/drivers/gpu/drm/xe/
A DKconfig.profile52 to apply to applicable user. For elevated user, all above MIN
53 and MAX values will apply when this configuration is enable to
54 apply limitation. By default limitation is applied.
/linux/drivers/of/unittest-data/
A Doverlay_bad_add_dup_prop.dtso11 * This will result in an error and the overlay apply
18 * will occur if the overlay is removed. Since the overlay apply
/linux/arch/mips/generic/
A Dinit.c136 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups()
137 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
/linux/net/ipv4/
A Dtcp_bpf.c35 bool apply = apply_bytes; in bpf_tcp_ingress() local
50 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress()
65 if (apply) { in bpf_tcp_ingress()
92 bool apply = apply_bytes; in tcp_bpf_push() local
103 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push()
124 if (apply) in tcp_bpf_push()
143 if (apply && !apply_bytes) in tcp_bpf_push()
/linux/Documentation/driver-api/media/drivers/
A Dsh_mobile_ceu_camera.rst101 8. Calculate new CEU crop - apply sensor scales to previously calculated
140 5. Calculate and apply host scale = (6' - 6) / (4' - 4)
142 6. Calculate and apply host crop: 6 - 7 = (5 - 2) * (6' - 6) / (5' - 5)
/linux/drivers/staging/media/atomisp/i2c/
A DKconfig31 tristate "Helper library to load, parse and apply large register lists."
35 and apply large register lists.

Completed in 53 milliseconds

12345678910>>...19