Home
last modified time | relevance | path

Searched refs:cryptocaps (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h104 uint32_t cryptocaps; member
H A Dwlan_sys.c500 wif->cryptocaps = wlan_cryptocaps_to_snmp(dc.dc_cryptocaps); in wlan_get_driver_caps()
H A Dwlan_snmp.c476 return (bits_get(val, (uint8_t *)&wif->cryptocaps, in op_wlan_if_parent()
477 sizeof(wif->cryptocaps))); in op_wlan_if_parent()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h989 uint16_t cryptocaps; member
H A Dt4_main.c2090 uint16_t cryptocaps; member
2121 o->cryptocaps = sc->cryptocaps; in save_caps_and_params()
4922 uint16_t cryptocaps; member
5414 READ_CAPS(cryptocaps); in get_params__post_init()
5562 if (sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS) { in get_params__post_init()
7406 SYSCTL_CAP(cryptocaps, 7, "crypto"); in t4_sysctls()
9944 if (sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS) { in sysctl_meminfo()
11263 if (v != 0 && !(sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS)) in sysctl_tls()
H A Dt4_sge.c1099 if (ofld && sc->tt.tls && sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS && in max_rx_payload()
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h512 return adap->cryptocaps & FW_CAPS_CONFIG_TLS_HW; in is_ktls()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c76 return (sc->tt.tls && sc->cryptocaps & FW_CAPS_CONFIG_TLSKEYS); in can_tls_offload()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1806 if (sc->cryptocaps & FW_CAPS_CONFIG_CRYPTO_LOOKASIDE && in ccr_identify()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h4723 __be16 cryptocaps; member