/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tir.c | 18 bool modify; member 21 struct mlx5e_tir_builder *mlx5e_tir_builder_alloc(bool modify) in mlx5e_tir_builder_alloc() argument 29 builder->modify = modify; in mlx5e_tir_builder_alloc() 46 if (builder->modify) in mlx5e_tir_builder_get_tirc() 55 WARN_ON(builder->modify); in mlx5e_tir_builder_build_inline() 68 WARN_ON(builder->modify); in mlx5e_tir_builder_build_rqt() 82 if (builder->modify) in mlx5e_tir_builder_build_packet_merge() 119 if (builder->modify) in mlx5e_tir_builder_build_rss() 144 WARN_ON(builder->modify); in mlx5e_tir_builder_build_direct() 153 WARN_ON(builder->modify); in mlx5e_tir_builder_build_tls()
|
D | fs_tt_redirect.c | 264 /* Modify ttc rules destination to point back to the indir TIRs */ in fs_udp_disable() 267 fs_err(fs, "%s: modify ttc[%d] default destination failed, err(%d)\n", in fs_udp_disable() 287 /* Modify ttc rules destination to point on the accel_fs FTs */ in fs_udp_enable() 290 fs_err(fs, "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in fs_udp_enable() 522 /* Modify ttc rules destination to point back to the indir TIRs */ in fs_any_disable() 526 "%s: modify ttc[%d] default destination failed, err(%d)\n", in fs_any_disable() 543 /* Modify ttc rules destination to point on the accel_fs FTs */ in fs_any_enable() 547 "%s: modify ttc[%d] destination to accel failed, err(%d)\n", in fs_any_enable()
|
/linux-6.12.1/Documentation/scsi/ |
D | ChangeLog.arcmsr | 6 ** 1.10.00.04 7/28/2004 Erich Chen modify for ioctl 7 ** 1.10.00.06 8/28/2004 Erich Chen modify for 2.6.x 8 ** 1.10.00.08 9/28/2004 Erich Chen modify for x86_64 23 ** modify PCCB POOL allocated by "dma_alloc_coherent" 60 ** 3.modify arcmsr_iop_reset to improve the ability 61 ** 4.modify the ISR, arcmsr_interrupt routine,to prevent the 68 ** 2. modify the arcmsr_pci_slot_reset function 69 ** 3. modify the arcmsr_pci_ers_disconnect_forepart function 70 ** 4. modify the arcmsr_pci_ers_need_reset_forepart function 76 ** 1. modify acb->devstate[i][j] [all …]
|
/linux-6.12.1/include/linux/ |
D | folio_queue.h | 111 * @folioq: The segment to modify 112 * @slot: The slot number of the folio to modify 124 * @folioq: The segment to modify 125 * @slot: The slot number of the folio to modify 150 * @folioq: The segment to modify 151 * @slot: The slot number of the folio to modify 163 * @folioq: The segment to modify 164 * @slot: The slot number of the folio to modify 189 * @folioq: The segment to modify 190 * @slot: The slot number of the folio to modify [all …]
|
D | sm501.h | 20 * Modify the SM501's MISC_CONTROL register 28 * Modify a register in the SM501 which may be shared with other 123 unsigned long mclk; /* non-zero to modify */ 124 unsigned long m1xclk; /* non-zero to modify */
|
D | rfkill.h | 6 * Permission to use, copy, modify, and/or distribute this software for any 143 * @rfkill: pointer to the rfkill class to modify. 154 * @rfkill: pointer to the rfkill class to modify. 179 * @rfkill: pointer to the rfkill class to modify. 201 * @rfkill: pointer to the rfkill class to modify. 217 * @rfkill: pointer to the rfkill class to modify.
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | datapath.h | 481 * @IWL_RX_BAID_ACTION_MODIFY: modify the BAID session 540 * @modify: modify data 548 struct iwl_rx_baid_cfg_cmd_modify modify; member 566 * @IWL_SCD_QUEUE_MODIFY: modify a queue 588 * @u.modify.old_sta_mask: old station mask for modify 589 * @u.modify.tid: TID of queue to modify 590 * @u.modify.new_sta_mask: new station mask for modify 612 } __packed modify; /* TX_QUEUE_CFG_CMD_MODIFY_API_S_VER_1 */ member 656 * @u.modify.old_sta_mask: old station mask 657 * @u.modify.new_sta_mask: new station mask [all …]
|
D | sta.h | 151 * @STA_MODIFY_PROT_TH: modify RTS threshold 152 * @STA_MODIFY_QUEUES: modify the queues used by this station 168 * @STA_MODE_MODIFY: modify the station 203 * struct iwl_mvm_add_sta_cmd_v7 - Add/modify a station in the fw's sta table. 283 * struct iwl_mvm_add_sta_cmd - Add/modify a station in the fw's sta table. 355 * struct iwl_mvm_add_sta_key_common - add/modify sta key common part 372 * struct iwl_mvm_add_sta_key_cmd_v1 - add/modify sta key 386 * struct iwl_mvm_add_sta_key_cmd - add/modify sta key 408 * @ADD_STA_MODIFY_NON_EXISTING_STA: driver requested to modify a station that 419 * struct iwl_mvm_rm_sta_cmd - Add / modify a station in the fw's station table
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | tc_vlan_modify.sh | 114 flower action vlan modify id 65 116 flower action vlan modify id 85 124 log_test "VLAN modify at ingress" 141 flower action vlan modify id 85 143 flower action vlan modify id 65 151 log_test "VLAN modify at egress"
|
/linux-6.12.1/tools/power/cpupower/man/ |
D | cpupower-frequency-set.1 | 4 cpupower\-frequency\-set \- A small tool which allows to modify cpufreq settings. 10 cpupower frequency\-set allows you to modify cpufreq settings without having to type e.g. "/sys/dev… 27 modify all hardware-related CPUs at the same time 31 By default values are applied on all cores. How to modify single core
|
/linux-6.12.1/tools/perf/tests/ |
D | wp.c | 163 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in test__wp_modify() 165 /* Modify watchpoint with disabled = 1 */ in test__wp_modify() 182 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in test__wp_modify() 193 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in test__wp_modify() 196 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in test__wp_modify() 207 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
|
/linux-6.12.1/LICENSES/deprecated/ |
D | GPL-1.0 | 41 distribute copies of the software, or if you modify it. 50 distribute and/or modify the software. 82 2. You may modify your copy or copies of the Program or any portion of 140 4. You may not copy, modify, sublicense, distribute or transfer the 142 Any attempt otherwise to copy, modify, sublicense, distribute or transfer 155 licensor to copy, distribute or modify the Program subject to these 193 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 219 This program is free software; you can redistribute it and/or modify
|
/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | mpls.json | 857 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*20.*pipe", 884 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*1048575.*pipe", 911 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*1048576.*pipe", 936 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*3.*pipe", 961 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*0.*pipe", 988 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*7.*pipe", 1015 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*4.*pipe", 1040 "matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*128.*pipe", 1067 …"matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*128.*pipe.*ref 1.*cookie aa11bb22cc33dd44… 1094 "matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*255.*pipe", [all …]
|
/linux-6.12.1/Documentation/power/ |
D | swsusp-dmcrypt.rst | 14 You know how to create or how to modify an initrd. 44 modify. For lilo the simplest setup looks like the following 52 Finally you need to create or modify your initrd. Lets assume 135 you to modify this to your taste). 139 the initrd prior to continue booting but it is up to you to modify
|
/linux-6.12.1/fs/freevxfs/ |
D | vxfs_inode.h | 83 __fs32 vdi_mtime; /* Last modify time - sec */ 84 __fs32 vdi_mutime; /* Last modify time - usec */ 139 __u32 vii_mtime; /* Last modify time - sec */ 140 __u32 vii_mutime; /* Last modify time - usec */
|
/linux-6.12.1/LICENSES/preferred/ |
D | GPL-2.0 | 50 distribute copies of the software, or if you modify it. 60 distribute and/or modify the software. 109 2. You may modify your copy or copies of the Program or any portion 191 4. You may not copy, modify, sublicense, or distribute the Program 193 otherwise to copy, modify, sublicense or distribute the Program is 200 signed it. However, nothing else grants you permission to modify or 210 original licensor to copy, distribute or modify the Program subject to 290 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 315 This program is free software; you can redistribute it and/or modify
|
D | LGPL-2.0 | 48 distribute copies of the library, or if you modify it. 60 copy, distribute and/or modify the library. 160 2. You may modify your copy or copies of the Library or any portion of it, 287 code and/or source code, so that the user can modify the Library and 333 8. You may not copy, modify, sublicense, link with, or distribute the 335 otherwise to copy, modify, sublicense, link with, or distribute the 342 it. However, nothing else grants you permission to modify or distribute 352 original licensor to copy, distribute, link with or modify the Library 433 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 460 This library is free software; you can redistribute it and/or modify it
|
D | LGPL-2.1 | 54 you distribute copies of the library or if you modify it. 66 permission to copy, distribute and/or modify the library. 172 2. You may modify your copy or copies of the Library or any portion of it, 299 code and/or source code, so that the user can modify the Library and 353 8. You may not copy, modify, sublicense, link with, or distribute the 355 otherwise to copy, modify, sublicense, link with, or distribute the 362 it. However, nothing else grants you permission to modify or distribute 372 original licensor to copy, distribute, link with or modify the Library 453 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 480 This library is free software; you can redistribute it and/or modify it
|
/linux-6.12.1/tools/usb/usbip/ |
D | COPYING | 31 distribute copies of the software, or if you modify it. 41 distribute and/or modify the software. 90 2. You may modify your copy or copies of the Program or any portion 172 4. You may not copy, modify, sublicense, or distribute the Program 174 otherwise to copy, modify, sublicense or distribute the Program is 181 signed it. However, nothing else grants you permission to modify or 191 original licensor to copy, distribute or modify the Program subject to 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 296 This program is free software; you can redistribute it and/or modify
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 609 "Destination FT should be terminating when modify TTL is used\n"); in dr_action_handle_cs_recalc() 650 /* Ignore the modify TTL action. in dr_action_modify_ttl_adjust() 1606 /* Get SW modify action data */ in dr_action_modify_sw_to_hw_add() 1610 /* Convert SW data to HW modify action format */ in dr_action_modify_sw_to_hw_add() 1613 mlx5dr_dbg(dmn, "Modify add action invalid field given\n"); in dr_action_modify_sw_to_hw_add() 1642 /* Get SW modify action data */ in dr_action_modify_sw_to_hw_set() 1648 /* Convert SW data to HW modify action format */ in dr_action_modify_sw_to_hw_set() 1651 mlx5dr_dbg(dmn, "Modify set action invalid field given\n"); in dr_action_modify_sw_to_hw_set() 1661 mlx5dr_dbg(dmn, "Modify action length + offset exceeds limit\n"); in dr_action_modify_sw_to_hw_set() 1689 /* Get SW modify action data */ in dr_action_modify_sw_to_hw_copy() [all …]
|
/linux-6.12.1/arch/arm64/kernel/vdso/ |
D | sigreturn.S | 72 // PLEASE DO NOT MODIFY 74 // PLEASE DO NOT MODIFY 76 // PLEASE DO NOT MODIFY
|
/linux-6.12.1/samples/ftrace/ |
D | Makefile | 5 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-modify.o 7 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace-direct-multi-modify.o
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | Makefile | 5 # these are all "safe" tests that don't modify 21 # and may modify the system time or trigger
|
/linux-6.12.1/drivers/infiniband/ulp/ipoib/ |
D | ipoib_verbs.c | 63 ipoib_warn(priv, "failed to modify QP, ret = %d\n", ret); in ipoib_mcast_attach() 110 ipoib_warn(priv, "failed to modify QP to init, ret = %d\n", ret); in ipoib_init_qp() 119 ipoib_warn(priv, "failed to modify QP to RTR, ret = %d\n", ret); in ipoib_init_qp() 129 ipoib_warn(priv, "failed to modify QP to RTS, ret = %d\n", ret); in ipoib_init_qp() 138 ipoib_warn(priv, "Failed to modify QP to RESET state\n"); in ipoib_init_qp()
|
/linux-6.12.1/Documentation/ABI/removed/ |
D | sysfs-bus-nfit | 7 read-modify-write cycle at the memory controller. 16 need to perform read-modify-write cycles to maintain ECC (Error
|