| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action.h | 232 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW5] = 0; in mlx5hws_action_setter_default_single() 241 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in mlx5hws_action_setter_default_double() 242 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = 0; in mlx5hws_action_setter_default_double() 253 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW0] = 0; in mlx5hws_action_setter_default_ctr() 267 setter->set_ctr(apply, setter); in mlx5hws_action_apply_setter() 274 setter->set_triple(apply, setter); in mlx5hws_action_apply_setter() 279 setter->set_single(apply, setter); in mlx5hws_action_apply_setter() 284 setter->set_double(apply, setter); in mlx5hws_action_apply_setter() 293 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW5] = 0; in mlx5hws_action_apply_setter() 294 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in mlx5hws_action_apply_setter() [all …]
|
| H A D | action.c | 2208 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in hws_action_setter_push_vlan() 2232 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in hws_action_setter_modify_header() 2248 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = in hws_action_setter_modify_header() 2258 apply->require_dep = 1; in hws_action_setter_modify_header() 2259 hws_action_modify_write(apply->queue, in hws_action_setter_modify_header() 2292 apply->require_dep = 1; in hws_action_setter_insert_ptr() 2293 mlx5hws_arg_write(apply->queue, NULL, in hws_action_setter_insert_ptr() 2324 apply->require_dep = 1; in hws_action_setter_tnl_l3_to_l2() 2325 mlx5hws_arg_decapl3_write(apply->queue, in hws_action_setter_tnl_l3_to_l2() 2427 apply->wqe_data[MLX5HWS_ACTION_OFFSET_HIT_LSB] = htonl(apply->next_direct_idx << 6); in hws_action_setter_hit_next_action() [all …]
|
| H A D | rule.c | 240 struct mlx5hws_actions_apply_data *apply, in hws_rule_create_init() argument 278 apply->tbl_type = tbl->type; in hws_rule_create_init() 279 apply->common_res = &ctx->common_res; in hws_rule_create_init() 281 apply->require_dep = 0; in hws_rule_create_init() 322 struct mlx5hws_actions_apply_data apply; in hws_rule_create_hws() local 349 apply.wqe_ctrl = &dep_wqe->wqe_ctrl; in hws_rule_create_hws() 351 apply.rule_action = rule_actions; in hws_rule_create_hws() 352 apply.queue = queue; in hws_rule_create_hws() 367 apply.next_direct_idx = ste_attr.direct_index; in hws_rule_create_hws() 369 apply.next_direct_idx = 0; in hws_rule_create_hws() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm_pm.c | 42 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()
|
| H A D | i915_gem_region.c | 155 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()
|
| H A D | i915_gem_region.h | 31 int (*process_obj)(struct i915_gem_apply_to_region *apply, 66 struct i915_gem_apply_to_region *apply);
|
| /linux-6.15/Documentation/process/ |
| H A D | applying-patches.rst | 37 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-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | overlay-sysfs.c | 80 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()
|
| H A D | manager-sysfs.c | 103 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-6.15/fs/nls/ |
| H A D | Kconfig | 463 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-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | delay.rst | 15 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-6.15/arch/riscv/ |
| H A D | Kconfig.errata | 19 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-6.15/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 101 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-6.15/Documentation/gpu/nova/ |
| H A D | guidelines.rst | 7 This document describes the general project guidelines that apply to nova-core 15 :doc:`../../rust/general-information` apply. Additionally, the following rules 16 apply. 29 :doc:`../../rust/coding-guidelines` apply.
|
| /linux-6.15/fs/btrfs/ |
| H A D | props.c | 29 int (*apply)(struct btrfs_inode *inode, const char *value, size_t len); member 124 ret = handler->apply(inode, NULL, 0); in btrfs_set_prop() 134 ret = handler->apply(inode, value, value_len); in btrfs_set_prop() 266 ret = handler->apply(BTRFS_I(inode), value, len); in inode_prop_iterator() 381 .apply = prop_compression_apply, 443 ret = h->apply(inode, value, strlen(value)); in btrfs_inode_inherit_props()
|
| /linux-6.15/tools/bootconfig/ |
| H A D | main.c | 489 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-6.15/sound/soc/ti/ |
| H A D | ams-delta.c | 344 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-6.15/arch/x86/kernel/ |
| H A D | module.c | 88 bool apply) in __write_relocate_add() argument 98 apply ? "Applying" : "Clearing", in __write_relocate_add() 163 if (apply) { in __write_relocate_add() 194 bool apply) in write_relocate_add() argument 206 write, apply); in write_relocate_add()
|
| /linux-6.15/Documentation/userspace-api/gpio/ |
| H A D | gpio-handle-set-config-ioctl.rst | 33 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
|
| H A D | gpio-v2-line-set-config-ioctl.rst | 29 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-6.15/drivers/gpu/drm/xe/ |
| H A D | Kconfig.profile | 53 to apply to applicable user. For elevated user, all above MIN 54 and MAX values will apply when this configuration is enable to 55 apply limitation. By default limitation is applied.
|
| /linux-6.15/drivers/of/unittest-data/ |
| H A D | overlay_bad_add_dup_prop.dtso | 11 * This will result in an error and the overlay apply 18 * will occur if the overlay is removed. Since the overlay apply
|
| /linux-6.15/arch/mips/generic/ |
| H A D | init.c | 136 for (; fixups->apply; fixups++) { in apply_mips_fdt_fixups() 137 err = fixups->apply(fdt_out); in apply_mips_fdt_fixups()
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_bpf.c | 35 bool apply = apply_bytes; in bpf_tcp_ingress() local 50 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 66 if (apply) { in bpf_tcp_ingress() 94 bool apply = apply_bytes; in tcp_bpf_push() local 105 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 126 if (apply) in tcp_bpf_push() 145 if (apply && !apply_bytes) in tcp_bpf_push()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | debugfs.c | 118 struct iwl_mld_sniffer_apply *apply = data; in iwl_mld_sniffer_apply() local 120 apply->mld->monitor.cur_aid = cpu_to_le16(apply->aid); in iwl_mld_sniffer_apply() 121 memcpy(apply->mld->monitor.cur_bssid, apply->bssid, in iwl_mld_sniffer_apply() 122 sizeof(apply->mld->monitor.cur_bssid)); in iwl_mld_sniffer_apply() 133 struct iwl_mld_sniffer_apply apply = { in iwl_dbgfs_he_sniffer_params_write() local 157 apply.aid = aid; in iwl_dbgfs_he_sniffer_params_write() 158 apply.bssid = (void *)he_mon_cmd.bssid; in iwl_dbgfs_he_sniffer_params_write() 170 iwl_mld_sniffer_apply, &apply); in iwl_dbgfs_he_sniffer_params_write()
|