Home
last modified time | relevance | path

Searched refs:hash_types (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_crypto.h52 static struct cfs_crypto_hash_type hash_types[] = { variable
71 ht = &hash_types[hash_alg]; in cfs_crypto_hash_type()
106 if (!strcmp(hash_types[i].cht_name, algname)) in cfs_crypto_hash_alg()
/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c1915 struct vxge_hw_rth_hash_types hash_types; in vxge_rth_configure() local
1943 hash_types.hash_type_tcpipv4_en = vdev->config.rth_hash_type_tcpipv4; in vxge_rth_configure()
1944 hash_types.hash_type_ipv4_en = vdev->config.rth_hash_type_ipv4; in vxge_rth_configure()
1945 hash_types.hash_type_tcpipv6_en = vdev->config.rth_hash_type_tcpipv6; in vxge_rth_configure()
1946 hash_types.hash_type_ipv6_en = vdev->config.rth_hash_type_ipv6; in vxge_rth_configure()
1947 hash_types.hash_type_tcpipv6ex_en = in vxge_rth_configure()
1949 hash_types.hash_type_ipv6ex_en = vdev->config.rth_hash_type_ipv6ex; in vxge_rth_configure()
1961 &hash_types, in vxge_rth_configure()