| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action.c | 2191 hws_action_apply_stc(struct mlx5hws_actions_apply_data *apply, in hws_action_apply_stc() argument 2195 struct mlx5hws_action *action = apply->rule_action[action_idx].action; in hws_action_apply_stc() 2197 apply->wqe_ctrl->stc_ix[stc_idx] = htonl(action->stc.offset); in hws_action_apply_stc() 2201 hws_action_setter_push_vlan(struct mlx5hws_actions_apply_data *apply, in hws_action_setter_push_vlan() argument 2206 rule_action = &apply->rule_action[setter->idx_double]; in hws_action_setter_push_vlan() 2207 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW6] = 0; in hws_action_setter_push_vlan() 2208 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = rule_action->push_vlan.vlan_hdr; in hws_action_setter_push_vlan() 2210 hws_action_apply_stc(apply, MLX5HWS_ACTION_STC_IDX_DW6, setter->idx_double); in hws_action_setter_push_vlan() 2211 apply->wqe_ctrl->stc_ix[MLX5HWS_ACTION_STC_IDX_DW7] = 0; in hws_action_setter_push_vlan() 2215 hws_action_setter_modify_header(struct mlx5hws_actions_apply_data *apply, in hws_action_setter_modify_header() argument [all …]
|
| H A D | rule.c | 226 struct mlx5hws_actions_apply_data *apply, in hws_rule_create_init() argument 257 apply->tbl_type = tbl->type; in hws_rule_create_init() 258 apply->common_res = &ctx->common_res; in hws_rule_create_init() 259 apply->require_dep = 0; in hws_rule_create_init() 300 struct mlx5hws_actions_apply_data apply; in hws_rule_create_hws() local 316 hws_rule_create_init(rule, &ste_attr, &apply, is_update); in hws_rule_create_hws() 327 apply.wqe_ctrl = &dep_wqe->wqe_ctrl; in hws_rule_create_hws() 328 apply.wqe_data = (__force __be32 *)&dep_wqe->wqe_data; in hws_rule_create_hws() 329 apply.rule_action = rule_actions; in hws_rule_create_hws() 330 apply.queue = queue; in hws_rule_create_hws() [all …]
|
| /linux/Documentation/process/ |
| H A D | applying-patches.rst | 14 A frequently asked question on the Linux Kernel Mailing List is how to apply 19 In addition to explaining how to apply and revert patches, a brief 20 description of the different kernel trees (and examples of how to apply 31 To correctly apply a patch you need to know what base it was generated from 37 How do I apply or revert a patch? 40 You apply a patch with the ``patch`` program. The patch program reads a diff 122 options. It can either refuse to apply the changes and abort or it can try 123 to find a way to make the patch apply with a few minor changes. 131 usually adjust the line numbers and apply the patch. 145 only patches from kernel.org and you apply the patches in the correct order, [all …]
|
| /linux/drivers/gpu/drm/i915/gem/ |
| 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/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/fs/nls/ |
| H A D | Kconfig | 47 DOS/Windows partitions correctly. This does apply to the filenames 59 DOS/Windows partitions correctly. This does apply to the filenames 71 DOS/Windows partitions correctly. This does apply to the filenames 84 DOS/Windows partitions correctly. This does apply to the filenames 100 DOS/Windows partitions correctly. This does apply to the filenames 115 DOS/Windows partitions correctly. This does apply to the filenames 126 DOS/Windows partitions correctly. This does apply to the filenames 137 DOS/Windows partitions correctly. This does apply to the filenames 148 DOS/Windows partitions correctly. This does apply to the filenames 159 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
| /linux/Documentation/userspace-api/gpio/ |
| 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
|
| 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
|
| /linux/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/sound/soc/ti/ |
| H A D | ams-delta.c | 254 /* To actually apply any modem controlled configuration changes to the codec, 347 int apply, ret; in cx81801_receive() 377 /* Complete modem response received, apply config to codec */ in cx81801_receive() 381 apply = !ams_delta_muted && !cx81801_cmd_pending; in cx81801_receive() 387 if (apply) in cx81801_receive() 427 int apply; in ams_delta_mute() 434 apply = !cx81801_cmd_pending; in ams_delta_mute() 437 if (apply) in ams_delta_mute() 344 int apply, ret; cx81801_receive() local 424 int apply; ams_delta_mute() local
|
| /linux/arch/riscv/ |
| H A D | Kconfig.errata | 19 This will apply the cache management errata to handle the 62 This will apply the SiFive CIP-453 errata to add sign extension 73 This will apply the SiFive CIP-1200 errata to repalce all 115 This will apply the memory attribute extension errata to handle the 128 This will apply the cache management errata to handle the 141 This will apply the overflow errata to handle the non-standard
|
| /linux/tools/bootconfig/ |
| H A D | main.c | 496 pr_err("Failed to apply a boot config: %d\n", ret); in main() 539 char *apply = NULL; 550 apply = optarg; 564 if ((!!apply + !!delete + !!list + !!render_cmdline) > 1) { 576 if (apply) 577 return apply_xbc(path, apply); 499 char *apply = NULL; main() local
|
| /linux/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
|
| H A D | overlay_5.dtso | 5 /* overlay_5 - test overlay apply revert */
|
| H A D | testcases.dtso | 10 * instead of in testcases_common.dtsi so that the static overlay apply
|
| H A D | overlay_bad_add_dup_node.dtso | 11 * This will result in an error and the overlay apply
|
| /linux/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/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 101 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/net/ipv4/ |
| H A D | tcp_bpf.c | 36 bool apply = apply_bytes; in bpf_tcp_ingress() local 51 size = (apply && apply_bytes < sge->length) ? in bpf_tcp_ingress() 67 if (apply) { in bpf_tcp_ingress() 95 bool apply = apply_bytes; in tcp_bpf_push() local 106 size = (apply && apply_bytes < sge->length) ? in tcp_bpf_push() 127 if (apply) in tcp_bpf_push() 146 if (apply && !apply_bytes) in tcp_bpf_push()
|
| /linux/arch/mips/include/asm/ |
| H A D | machine.h | 69 int (*apply)(void *fdt); member
|
| /linux/Documentation/translations/zh_CN/ |
| H A D | how-to.rst | 456 Maintainer 回复补丁不能正常 apply 459 这通常是因为您的补丁与邮件列表其他人的补丁产生了冲突,别人的补丁先被 apply 了, 460 您的补丁集就无法成功 apply 了,这需要您更新本地分支,在本地解决完冲突后再次提交。
|
| /linux/Documentation/features/ |
| H A D | arch-support.txt | 11 | N/A| # feature doesn't apply to the architecture
|
| /linux/security/selinux/ss/ |
| H A D | hashtab.c | 88 int hashtab_map(struct hashtab *h, int (*apply)(void *k, void *d, void *args), in hashtab_map() 98 ret = apply(cur->key, cur->datum, args); in hashtab_map()
|
| /linux/ |
| H A D | COPYING | 14 In addition, other licenses may also apply. Please see:
|