Searched refs:key0 (Results 1 – 7 of 7) sorted by relevance
/linux/samples/bpf/ |
A D | xdp_redirect_cpu.bpf.c | 149 u32 key0 = 0; in xdp_prognum0_no_touch() local 152 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum0_no_touch() 179 u32 key0 = 0; in xdp_prognum1_touch_data() local 183 cpu_selected = bpf_map_lookup_elem(&cpus_available, &key0); in xdp_prognum1_touch_data() 219 u32 key0 = 0; in xdp_prognum2_round_robin() local 226 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum2_round_robin() 230 cpu_iterator = bpf_map_lookup_elem(&cpus_iterator, &key0); in xdp_prognum2_round_robin() 452 u32 key0 = 0; in xdp_prognum5_lb_hash_ip_pairs() local 461 cpu_max = bpf_map_lookup_elem(&cpus_count, &key0); in xdp_prognum5_lb_hash_ip_pairs()
|
/linux/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/arch/riscv/boot/dts/canaan/ |
A D | canaan_kd233.dts | 38 key0 {
|
/linux/include/linux/ |
A D | switchtec.h | 253 struct partition_info key0; member
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | dm-crypt.rst | 78 then sectors are encrypted according to their offsets (sector 0 uses key0;
|
/linux/drivers/pinctrl/bcm/ |
A D | pinctrl-cygnus-mux.c | 507 CYGNUS_PIN_GROUP(key0, 0x4, 0, 1),
|
/linux/drivers/pci/switch/ |
A D | switchtec.c | 772 set_fw_info_part(info, &fi->key0); in flash_part_info_gen4()
|
Completed in 18 milliseconds