Home
last modified time | relevance | path

Searched refs:patch_key (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_hashmap_lookup.c29 static inline void patch_key(u32 i) in patch_key() function
41 patch_key(index); in lookup_callback()
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Dbench_bpf_hashmap_lookup.c146 static inline void patch_key(u32 i, u32 *key) in patch_key() function
194 patch_key(i, ctx.skel->bss->key); in setup()
/linux-6.3-rc2/drivers/net/usb/
A Dr8152.c4068 static void rtl_patch_key_set(struct r8152 *tp, u16 key_addr, u16 patch_key) in rtl_patch_key_set() argument
4070 if (patch_key && key_addr) { in rtl_patch_key_set()
4071 sram_write(tp, key_addr, patch_key); in rtl_patch_key_set()
4089 rtl_pre_ram_code(struct r8152 *tp, u16 key_addr, u16 patch_key, bool wait) in rtl_pre_ram_code() argument
4094 rtl_patch_key_set(tp, key_addr, patch_key); in rtl_pre_ram_code()

Completed in 21 milliseconds