Home
last modified time | relevance | path

Searched refs:e_key (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dmbcache.c101 entry->e_key = key; in mb_cache_entry_create()
109 if (dup->e_key == key && dup->e_value == value) { in mb_cache_entry_create()
131 head = mb_cache_entry_head(cache, entry->e_key); in __mb_cache_entry_free()
169 if (entry->e_key == key && in __entry_find()
212 return __entry_find(cache, entry, entry->e_key); in mb_cache_entry_find_next()
232 if (entry->e_key == key && entry->e_value == value && in mb_cache_entry_get()
/linux/drivers/crypto/ccp/
H A Dccp-ops.c535 goto e_key; in ccp_run_aes_cmac_cmd()
540 goto e_key; in ccp_run_aes_cmac_cmd()
551 goto e_key; in ccp_run_aes_cmac_cmd()
625 e_key: in ccp_run_aes_cmac_cmd()
716 goto e_key; in ccp_run_aes_gcm_cmd()
721 goto e_key; in ccp_run_aes_gcm_cmd()
732 goto e_key; in ccp_run_aes_gcm_cmd()
909 e_key: in ccp_run_aes_gcm_cmd()
975 goto e_key; in ccp_run_aes_cmd()
980 goto e_key; in ccp_run_aes_cmd()
[all …]
/linux/include/linux/
H A Dmbcache.h34 u32 e_key; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c660 struct mlx5e_encap_key e_key; in mlx5e_encap_get() local
665 e_key.ip_tun_key = &e->tun_info->key; in mlx5e_encap_get()
666 e_key.tc_tunnel = e->tunnel; in mlx5e_encap_get()
667 if (e->tunnel->encap_info_equal(&e_key, key) && in mlx5e_encap_get()