Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dbpf_hashmap_lookup.c29 static inline void patch_key(u32 i) in patch_key() function
41 patch_key(index); in lookup_callback()
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_bpf_hashmap_lookup.c141 static inline void patch_key(u32 i, u32 *key) in patch_key() function
189 patch_key(i, ctx.skel->bss->key); in setup()
/linux-6.12.1/drivers/net/usb/
Dr8152.c4215 static void rtl_patch_key_set(struct r8152 *tp, u16 key_addr, u16 patch_key) in rtl_patch_key_set() argument
4217 if (patch_key && key_addr) { in rtl_patch_key_set()
4218 sram_write(tp, key_addr, patch_key); in rtl_patch_key_set()
4236 rtl_pre_ram_code(struct r8152 *tp, u16 key_addr, u16 patch_key, bool wait) in rtl_pre_ram_code() argument
4241 rtl_patch_key_set(tp, key_addr, patch_key); in rtl_pre_ram_code()