Searched refs:is_supported (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h46 sha2_is_supported_f is_supported; member in struct:__anon453
52 sha2_is_supported_f is_supported; member in struct:__anon454
/freebsd-current/sys/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h52 gcm_will_work_f is_supported; member in struct:gcm_impl_ops
/freebsd-current/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha256_impl.c59 .is_supported = sha2_is_supported,
72 .is_supported = sha2_have_ssse3,
86 .is_supported = sha2_have_avx,
100 .is_supported = sha2_have_avx2,
115 .is_supported = sha2_have_shani,
124 .is_supported = sha2_is_supported,
142 .is_supported = sha256_have_neon,
149 .is_supported = sha256_have_armv8ce,
163 .is_supported = sha2_is_supported,
170 .is_supported
[all...]
H A Dsha512_impl.c58 .is_supported = sha2_is_supported,
71 .is_supported = sha2_have_avx,
85 .is_supported = sha2_have_avx2,
94 .is_supported = sha2_is_supported,
107 .is_supported = sha512_have_armv8ce,
121 .is_supported = sha512_have_neon,
130 .is_supported = sha2_is_supported,
142 .is_supported = sha512_have_isa207,
H A Dsha2_generic.c555 .is_supported = sha2_is_supported
561 .is_supported = sha2_is_supported
/freebsd-current/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_x86-64.c58 .is_supported = &aes_x86_64_will_work,
H A Daes_impl_aesni.c120 .is_supported = &aes_aesni_will_work,
H A Daes_impl.c307 if (curr_impl->is_supported())
318 if (aes_aesni_impl.is_supported()) {
/freebsd-current/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_pclmulqdq.c61 .is_supported = &gcm_pclmulqdq_will_work,
H A Dgcm_generic.c81 .is_supported = &gcm_generic_will_work,
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D__init__.py87 is_supported,
143 'is_supported',
H A D_libzfs_core.py75 This decorator is implemented using :func:`is_supported`.
80 if not is_supported(_f):
1652 def is_supported(func): function
1657 If `is_supported` returns ``False`` for the function, then
1672 return is_supported(check_func)
/freebsd-current/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c80 if (impl->is_supported && impl->is_supported())
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neonx2.c232 .is_supported = &raidz_will_aarch64_neonx2_work,
H A Dvdev_raidz_math.c37 .is_supported = raidz_will_scalar_work,
459 if (curr_impl->is_supported())
H A Dvdev_raidz_math_avx512bw.c409 .is_supported = &raidz_will_avx512bw_work,
H A Dvdev_raidz_math_avx2.c409 .is_supported = &raidz_will_avx2_work,
H A Dvdev_raidz_math_scalar.c263 .is_supported = &raidz_will_scalar_work,
H A Dvdev_raidz_math_avx512f.c490 .is_supported = &raidz_will_avx512f_work,
/freebsd-current/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c96 .is_supported = blake3_is_sse2_supported,
160 .is_supported = blake3_is_sse41_supported,
193 .is_supported = blake3_is_avx2_supported,
251 .is_supported = blake3_is_avx512_supported,
H A Dblake3_impl.h62 blake3_is_supported_f is_supported; member in struct:__anon448
H A Dblake3_generic.c201 .is_supported = blake3_is_supported,
/freebsd-current/sys/contrib/openzfs/module/icp/include/aes/
H A Daes_impl.h184 aes_will_work_f is_supported; member in struct:aes_impl_ops
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c66 bool (*is_supported)(const struct ib_device *device, u8 port_num); member in struct:__anon5747
84 if (PORT_CAP_TO_GID_TYPE[i].is_supported(ib_dev, port))
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h103 will_work_f is_supported; /* Support check function */ member in struct:raidz_impl_ops

Completed in 195 milliseconds

12