Searched refs:key0 (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/samples/bpf/ |
A D | xdp_redirect_cpu.bpf.c | 147 u32 key0 = 0; in xdp_prognum0_no_touch() local 150 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum0_no_touch() 177 u32 key0 = 0; in xdp_prognum1_touch_data() local 181 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum1_touch_data() 217 u32 key0 = 0; in xdp_prognum2_round_robin() local 224 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum2_round_robin() 228 cpu_iterator = bpf_map_lookup_elem(&cpus_iterator, &key0); in xdp_prognum2_round_robin() 450 u32 key0 = 0; in xdp_prognum5_lb_hash_ip_pairs() local 459 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum5_lb_hash_ip_pairs()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ |
A D | key.c | 134 u32 key0, key1, key2, key3, key4; in ath_hw_set_keycache_entry() local 184 key0 = get_unaligned_le32(k->kv_val + 0); in ath_hw_set_keycache_entry() 208 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), ~key0); in ath_hw_set_keycache_entry() 311 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath_hw_set_keycache_entry() 319 REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), key0); in ath_hw_set_keycache_entry()
|
/linux-6.3-rc2/include/linux/ |
A D | switchtec.h | 253 struct partition_info key0; member
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-crypt.rst | 78 then sectors are encrypted according to their offsets (sector 0 uses key0;
|
/linux-6.3-rc2/drivers/pinctrl/bcm/ |
A D | pinctrl-cygnus-mux.c | 500 CYGNUS_PIN_GROUP(key0, 0x4, 0, 1),
|
/linux-6.3-rc2/drivers/pci/switch/ |
A D | switchtec.c | 771 set_fw_info_part(info, &fi->key0); in flash_part_info_gen4()
|
Completed in 14 milliseconds