Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c563 V_SCMD_PROTO_VERSION(SCMD_PROTO_VERSION_GENERIC) | in ccr_hash()
725 V_SCMD_PROTO_VERSION(SCMD_PROTO_VERSION_GENERIC) | in ccr_cipher()
1032 V_SCMD_PROTO_VERSION(SCMD_PROTO_VERSION_GENERIC) | in ccr_eta()
1328 V_SCMD_PROTO_VERSION(SCMD_PROTO_VERSION_GENERIC) | in ccr_gcm()
1675 V_SCMD_PROTO_VERSION(SCMD_PROTO_VERSION_GENERIC) | in ccr_ccm()
HDt6_kern_tls.c531 V_SCMD_PROTO_VERSION(t4_tls_proto_ver(tls)) | in t6_tls_tag_alloc()
550 V_SCMD_PROTO_VERSION(SCMD_PROTO_VERSION_GENERIC) | in t6_tls_tag_alloc()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_tls.c295 V_SCMD_PROTO_VERSION(t4_tls_proto_ver(tls)) | in tls_alloc_ktls()
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_msg.h3316 #define V_SCMD_PROTO_VERSION(x) ((x) << S_SCMD_PROTO_VERSION) macro