/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tir.c | 18 bool modify; member 21 struct mlx5e_tir_builder *mlx5e_tir_builder_alloc(bool modify) in mlx5e_tir_builder_alloc() argument 26 builder->modify = modify; in mlx5e_tir_builder_alloc() 43 if (builder->modify) in mlx5e_tir_builder_get_tirc() 52 WARN_ON(builder->modify); in mlx5e_tir_builder_build_inline() 65 WARN_ON(builder->modify); in mlx5e_tir_builder_build_rqt() 79 if (builder->modify) in mlx5e_tir_builder_build_packet_merge() 116 if (builder->modify) in mlx5e_tir_builder_build_rss() 141 WARN_ON(builder->modify); in mlx5e_tir_builder_build_direct() [all...] |
H A D | tir.h | 23 struct mlx5e_tir_builder *mlx5e_tir_builder_alloc(bool modify);
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A 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/ |
H A 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/samples/ftrace/ |
H A D | Makefile | 5 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-modify.o 7 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT_MULTI) += ftrace-direct-multi-modify.o
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | unaligned.c | 439 int modify = 0; in handle_unaligned() local 474 modify = 1; in handle_unaligned() 500 modify = 1; in handle_unaligned() 507 modify = 1; in handle_unaligned() 513 modify = 1; in handle_unaligned() 520 modify = 1; in handle_unaligned() 654 if (ret == 0 && modify && R1(regs->iir)) in handle_unaligned()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | unaligned.c | 375 int modify = 0; in handle_unaligned() local 409 modify = 1; in handle_unaligned() 435 modify = 1; in handle_unaligned() 442 modify = 1; in handle_unaligned() 448 modify = 1; in handle_unaligned() 455 modify = 1; in handle_unaligned() 581 if (ret == 0 && modify && R1(regs->iir)) in handle_unaligned()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A 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_ member 664 } __packed modify; /* SEC_KEY_MODIFY_CMD_API_S_VER_1 */ global() member [all...] |
/kernel/linux/linux-5.10/samples/ftrace/ |
H A D | Makefile | 5 obj-$(CONFIG_SAMPLE_FTRACE_DIRECT) += ftrace-direct-modify.o
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-key.c | 132 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mvm_mld_update_sta_key() 133 .u.modify.new_sta_mask = cpu_to_le32(data->new_sta_mask), in iwl_mvm_mld_update_sta_key() 134 .u.modify.key_id = cpu_to_le32(key->keyidx), in iwl_mvm_mld_update_sta_key() 135 .u.modify.key_flags = in iwl_mvm_mld_update_sta_key()
|
H A D | mld-sta.c | 937 .u.modify.old_sta_mask = cpu_to_le32(old_sta_mask), in iwl_mvm_mld_update_sta_queues() 938 .u.modify.new_sta_mask = cpu_to_le32(new_sta_mask), in iwl_mvm_mld_update_sta_queues() 958 cmd.u.modify.tid = cpu_to_le32(IWL_MGMT_TID); in iwl_mvm_mld_update_sta_queues() 960 cmd.u.modify.tid = cpu_to_le32(tid); in iwl_mvm_mld_update_sta_queues() 976 .modify.old_sta_id_mask = cpu_to_le32(old_sta_mask), in iwl_mvm_mld_update_sta_baids() 977 .modify.new_sta_id_mask = cpu_to_le32(new_sta_mask), in iwl_mvm_mld_update_sta_baids() 1000 cmd.modify.tid = cpu_to_le32(data->tid); in iwl_mvm_mld_update_sta_baids()
|
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
H A D | prt_vector.S | 97 @modify MSP to 0xCACACACA 123 @modify BSS to 0x0
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | ima_setup.sh | 15 echo "Usage: $0 <setup|cleanup|run|modify-bin|restore-bin|load-policy> <existing_tmp_dir>" 135 elif [[ "${action}" == "modify-bin" ]]; then
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 86 This library is free software; you can redistribute it and/or modify
|
H A D | Context.pm | 47 This library is free software; you can redistribute it and/or modify
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
H A D | Util.pm | 86 This library is free software; you can redistribute it and/or modify
|
H A D | Context.pm | 47 This library is free software; you can redistribute it and/or modify
|
/kernel/linux/linux-5.10/arch/arm/probes/ |
H A D | decode.c | 191 * instruction will be placed. We also modify ARM instructions to be 238 * When we modify the register numbers encoded in an instruction to be emulated, 252 * Validate and modify each of the registers encoded in an instruction. 258 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) in decode_regs() argument 324 if (modify) in decode_regs() 401 * When a match is found, decode_regs() is called to validate and modify each
|
/kernel/linux/linux-6.6/arch/arm/probes/ |
H A D | decode.c | 191 * instruction will be placed. We also modify ARM instructions to be 238 * When we modify the register numbers encoded in an instruction to be emulated, 252 * Validate and modify each of the registers encoded in an instruction. 258 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) in decode_regs() argument 324 if (modify) in decode_regs() 401 * When a match is found, decode_regs() is called to validate and modify each
|
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | cmp.c | 74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify() 84 buffer[1] = modify(c, buffer[0]); in pcr_modify()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/ |
H A D | tc_flower_chains.sh | 115 # - vlan modify 250 action vlan modify id 300 \ 291 action vlan modify id 300 priority 7
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | cmp.c | 74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify() 84 buffer[1] = modify(c, buffer[0]); in pcr_modify()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 6 * This program is free software; you can redistribute it and/or modify 2604 struct hwrm_nvm_modify_input *modify; in bnxt_flash_package_from_fw_obj() local 2622 rc = hwrm_req_init(bp, modify, HWRM_NVM_MODIFY); in bnxt_flash_package_from_fw_obj() 2632 kmem = hwrm_req_dma_slice(bp, modify, modify_len, &dma_handle); in bnxt_flash_package_from_fw_obj() 2639 hwrm_req_drop(bp, modify); in bnxt_flash_package_from_fw_obj() 2645 hwrm_req_drop(bp, modify); in bnxt_flash_package_from_fw_obj() 2649 hwrm_req_timeout(bp, modify, bp->hwrm_cmd_max_timeout); in bnxt_flash_package_from_fw_obj() 2652 hwrm_req_hold(bp, modify); in bnxt_flash_package_from_fw_obj() 2653 modify->host_src_addr = cpu_to_le64(dma_handle); in bnxt_flash_package_from_fw_obj() 2677 modify in bnxt_flash_package_from_fw_obj() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | msa.h | 204 __BUILD_MSA_CTL_REG(modify, 4)
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | mkdebian | 163 This program is free software; you can redistribute it and/or modify
|