| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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"
|
| /kernel/linux/linux-6.6/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"
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | datapath.h | 469 * @IWL_RX_BAID_ACTION_MODIFY: modify the BAID session 532 struct iwl_rx_baid_cfg_cmd_modify modify; member 550 * @IWL_SCD_QUEUE_MODIFY: modify a queue 571 * @u.modify.old_sta_mask: old station mask for modify 572 * @u.modify.tid: TID of queue to modify 573 * @u.modify.new_sta_mask: new station mask for modify 595 } __packed modify; /* TX_QUEUE_CFG_CMD_MODIFY_API_S_VER_1 */ member 638 * @u.modify.old_sta_mask: old station mask 639 * @u.modify.new_sta_mask: new station mask 640 * @u.modify.key_id: key ID [all …]
|
| D | sta.h | 149 * @STA_MODIFY_PROT_TH: modify RTS threshold 150 * @STA_MODIFY_QUEUES: modify the queues used by this station 166 * @STA_MODE_MODIFY: modify the station 201 * struct iwl_mvm_add_sta_cmd_v7 - Add/modify a station in the fw's sta table. 281 * struct iwl_mvm_add_sta_cmd - Add/modify a station in the fw's sta table. 353 * struct iwl_mvm_add_sta_key_common - add/modify sta key common part 370 * struct iwl_mvm_add_sta_key_cmd_v1 - add/modify sta key 384 * struct iwl_mvm_add_sta_key_cmd - add/modify sta key 406 * @ADD_STA_MODIFY_NON_EXISTING_STA: driver requested to modify a station that 417 * struct iwl_mvm_rm_sta_cmd - Add / modify a station in the fw's station table
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | wp.c | 158 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in test__wp_modify() 160 /* Modify watchpoint with disabled = 1 */ in test__wp_modify() 177 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in test__wp_modify() 188 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in test__wp_modify() 191 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in test__wp_modify() 202 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | wp.c | 134 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in wp_modify_test() 136 /* Modify watchpoint with disabled = 1 */ in wp_modify_test() 148 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in wp_modify_test() 159 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in wp_modify_test() 162 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in wp_modify_test() 205 .desc = "Modify Watchpoint",
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_action.c | 416 /* We want to make sure the modify header comes before L2 in dr_actions_apply_tx() 418 * modify headers for outer headers only in dr_actions_apply_tx() 444 /* Modify header and encapsulation require a different STEs. in dr_actions_apply_tx() 445 * Since modify header STE format doesn't support encapsulation in dr_actions_apply_tx() 608 "Destination FT should be terminating when modify TTL is used\n"); in dr_action_handle_cs_recalc() 1348 /* Get SW modify action data */ in dr_action_modify_sw_to_hw_add() 1352 /* Convert SW data to HW modify action format */ in dr_action_modify_sw_to_hw_add() 1355 mlx5dr_dbg(dmn, "Modify add action invalid field given\n"); in dr_action_modify_sw_to_hw_add() 1392 /* Get SW modify action data */ in dr_action_modify_sw_to_hw_set() 1398 /* Convert SW data to HW modify action format */ in dr_action_modify_sw_to_hw_set() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | mpls.json | 758 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*20.*pipe", 782 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*1048575.*pipe", 806 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*1048576.*pipe", 828 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*3.*pipe", 850 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*0.*pipe", 874 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*7.*pipe", 898 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*4.*pipe", 920 "matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*128.*pipe", 944 …"matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*128.*pipe.*ref 1.*cookie aa11bb22cc33dd44… 968 "matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*255.*pipe", [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | mpls.json | 758 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*20.*pipe", 782 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*1048575.*pipe", 806 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*1048576.*pipe", 828 "matchPattern": "action order [0-9]+: mpls.*modify.*label.*3.*pipe", 850 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*0.*pipe", 874 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*7.*pipe", 898 "matchPattern": "action order [0-9]+: mpls.*modify.*tc.*4.*pipe", 920 "matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*128.*pipe", 944 …"matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*128.*pipe.*ref 1.*cookie aa11bb22cc33dd44… 968 "matchPattern": "action order [0-9]+: mpls.*modify.*ttl.*255.*pipe", [all …]
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/include/linux/ |
| 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 */
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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 */
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | sta.h | 12 * This program is free software; you can redistribute it and/or modify 202 * @STA_MODIFY_PROT_TH: modify RTS threshold 203 * @STA_MODIFY_QUEUES: modify the queues used by this station 219 * @STA_MODE_MODIFY: modify the station 254 * struct iwl_mvm_add_sta_cmd_v7 - Add/modify a station in the fw's sta table. 334 * struct iwl_mvm_add_sta_cmd - Add/modify a station in the fw's sta table. 406 * struct iwl_mvm_add_sta_key_common - add/modify sta key common part 423 * struct iwl_mvm_add_sta_key_cmd_v1 - add/modify sta key 437 * struct iwl_mvm_add_sta_key_cmd - add/modify sta key 455 * @ADD_STA_MODIFY_NON_EXISTING_STA: driver requested to modify a station that [all …]
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/patches/ |
| D | LICENSE | 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
|
| /kernel/linux/config/ |
| D | LICENSE | 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
|
| /kernel/linux/linux-5.10/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
|