Searched refs:key_ (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debugfs_key.c | 17 static ssize_t key_##name##_read(struct file *file, \ 29 static const struct file_operations key_ ##name## _ops = { \ 30 .read = key_##name##_read, \ 36 static const struct file_operations key_ ##name## _ops = { \ 37 .read = key_##name##_read, \ 38 .write = key_##name##_write, \ 52 static const struct file_operations key_ ##name## _ops = { \ 322 key, &key_##name##_ops); 325 key, &key_##name##_ops);
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debugfs_key.c | 18 static ssize_t key_##name##_read(struct file *file, \ 29 static const struct file_operations key_ ##name## _ops = { \ 30 .read = key_##name##_read, \ 36 static const struct file_operations key_ ##name## _ops = { \ 37 .read = key_##name##_read, \ 38 .write = key_##name##_write, \ 52 static const struct file_operations key_ ##name## _ops = { \ 322 key, &key_##name##_ops) 325 key, &key_##name##_ops);
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 700 my $key_="r11"; 761 addi $key_,$sp,$FRAME+15 768 stvx v24,$x00,$key_ # off-load round[1] 771 stvx v25,$x10,$key_ # off-load round[2] 772 addi $key_,$key_,0x20 778 stvx v24,$x00,$key_ # off-load round[3] 781 stvx v25,$x10,$key_ # off-load round[4] 782 addi $key_,$sp,$FRAME+15 # rewind $key_ [all...] |
/kernel/linux/linux-6.6/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 700 my $key_="r11"; 761 addi $key_,$sp,$FRAME+15 768 stvx v24,$x00,$key_ # off-load round[1] 771 stvx v25,$x10,$key_ # off-load round[2] 772 addi $key_,$key_,0x20 778 stvx v24,$x00,$key_ # off-load round[3] 781 stvx v25,$x10,$key_ # off-load round[4] 782 addi $key_,$sp,$FRAME+15 # rewind $key_ [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 80 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument 88 *key = *key_; in clone_key()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 83 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument 91 *key = *key_; in clone_key()
|
Completed in 14 milliseconds