Home
last modified time | relevance | path

Searched refs:key_ (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Ddebugfs_key.c17 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 Ddebugfs_key.c18 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 Daesp8-ppc.pl700 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 Daesp8-ppc.pl700 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 Dactions.c80 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 Dactions.c83 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