Home
last modified time | relevance | path

Searched refs:rewrite (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c727 attr.decap_index = action->rewrite.index; in mlx5dr_actions_build_ste_arr()
728 attr.decap_actions = action->rewrite.num_of_actions; in mlx5dr_actions_build_ste_arr()
733 attr.modify_index = action->rewrite.index; in mlx5dr_actions_build_ste_arr()
734 attr.modify_actions = action->rewrite.num_of_actions; in mlx5dr_actions_build_ste_arr()
735 recalc_cs_required = action->rewrite.modify_ttl; in mlx5dr_actions_build_ste_arr()
931 action->rewrite.data = (void *)ops; in dr_actions_l2_rewrite()
932 action->rewrite.num_of_actions = i; in dr_actions_l2_rewrite()
933 action->rewrite.chunk->byte_size = i * sizeof(*ops); in dr_actions_l2_rewrite()
1103 action->rewrite.chunk = mlx5dr_icm_alloc_chunk(dmn->action_icm_pool, in dr_action_create_reformat_action()
1105 if (!action->rewrite.chunk) in dr_action_create_reformat_action()
[all …]
Ddr_send.c559 send_info.write.addr = (uintptr_t)action->rewrite.data; in mlx5dr_send_postsend_action()
560 send_info.write.length = action->rewrite.chunk->byte_size; in mlx5dr_send_postsend_action()
562 send_info.remote_addr = action->rewrite.chunk->mr_addr; in mlx5dr_send_postsend_action()
563 send_info.rkey = action->rewrite.chunk->rkey; in mlx5dr_send_postsend_action()
Ddr_types.h725 } rewrite; member
/Linux-v5.4/arch/arm/mach-omap2/
Dsleep24xx.S76 strne r0, [r1] @ rewrite DLLA to force DLL reload
78 strne r0, [r1] @ rewrite DLLB to force DLL reload
/Linux-v5.4/samples/bpf/
Dtest_lwt_bpf.c92 static inline int rewrite(struct __sk_buff *skb, uint32_t old_ip, in rewrite() function
162 return rewrite(skb, old_ip, new_ip, 1); in do_test_rewrite()
/Linux-v5.4/drivers/staging/olpc_dcon/
DTODO2 - complete rewrite:
/Linux-v5.4/Documentation/openrisc/
Dopenrisc_port.rst104 rewrite of exceptions handling.
121 major rewrite to bring up to par with upstream Linux 2.6.36
/Linux-v5.4/fs/ntfs/
DKconfig16 This is a rewrite from scratch of Linux NTFS support and replaced
68 Note: While write support is safe in this version (a rewrite from
/Linux-v5.4/Documentation/scsi/
Dsym53c500_cs.txt2 package, and was written by Tom Corner (tcorner@via.at). A rewrite was
DChangeLog.sym53c8xx243 - Backport the code rewrite of the START QUEUE dequeuing (on
329 - Large rewrite of the SCSI MESSAGE handling.
401 - The rewrite of the interrupt handling broke the SBMC interrupt
409 - Major rewrite of the interrupt handling and recovery stuff for
434 - Major rewrite of the SCSI parity error handling.
530 - Some rewrite of the device detection code. This code had been
Daacraid.txt6 RAID controllers. This is a major rewrite from the original
DChangeLog.sym53c8xx_2116 - Complete rewrite of the eh handling. The driver is now using a
/Linux-v5.4/Documentation/process/
D7.AdvancedTopics.rst69 Git provides some powerful tools which can allow you to rewrite your
81 Rewriting history will rewrite the changes contained in that history,
84 view of the project history; if you rewrite history which other developers
94 override this check, and there may be times when it is necessary to rewrite
/Linux-v5.4/arch/sh/kernel/
Dentry-common.S194 ! This allows the parent to rewrite system calls
/Linux-v5.4/tools/testing/selftests/ftrace/
DREADME27 extension) and rewrite the test description line.
/Linux-v5.4/Documentation/fb/
Dtgafb.rst13 This version is an almost complete rewrite of the code written by Geert
/Linux-v5.4/Documentation/usb/
Dmtouchusb.rst12 - 0.5 - Complete rewrite using Linux Input in 2.6.3
/Linux-v5.4/arch/alpha/lib/
Dev6-clear_user.S59 # and we can rewrite this later...
/Linux-v5.4/Documentation/firmware-guide/acpi/
Dmethod-customizing.rst43 c) rewrite the ASL code of the method and save it in a new file,
/Linux-v5.4/arch/arc/mm/
Dtlbex.S265 sr r3,[ARC_REG_TLBPD0] ; rewrite PD0
/Linux-v5.4/Documentation/networking/
Dsegmentation-offloads.rst138 so that instead of having to rewrite the packet headers for each segment
/Linux-v5.4/arch/arm64/boot/dts/hisilicon/
Dhi3660-hikey960.dts39 /* rewrite this at bootloader */
/Linux-v5.4/fs/affs/
DChanges327 - Almost complete rewrite for the new VFS
/Linux-v5.4/Documentation/
Dunaligned-memory-access.txt218 To avoid the unaligned memory access, you would rewrite it as follows::
/Linux-v5.4/Documentation/block/
Dbiodoc.rst25 context of the bio rewrite. The idea is to bring out some of the key
33 2.5 bio rewrite:
103 One of the objectives of the rewrite was to increase the degree of tunability
238 certain portions of it. The 2.5 rewrite provides improved modularization

12