Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h70 struct chcr_ktls_ctx_tx { struct
84 struct chcr_ktls_ctx_tx *priv_ctx; in __chcr_get_ktls_tx_info() argument
86 BUILD_BUG_ON(sizeof(struct chcr_ktls_ctx_tx) > TLS_DRIVER_STATE_SIZE_TX); in __chcr_get_ktls_tx_info()
87 priv_ctx = (struct chcr_ktls_ctx_tx *)octx->driver_state; in __chcr_get_ktls_tx_info()
94 struct chcr_ktls_ctx_tx *priv_ctx; in chcr_get_ktls_tx_info()
96 BUILD_BUG_ON(sizeof(struct chcr_ktls_ctx_tx) > TLS_DRIVER_STATE_SIZE_TX); in chcr_get_ktls_tx_info()
97 priv_ctx = (struct chcr_ktls_ctx_tx *)__tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_TX); in chcr_get_ktls_tx_info()
104 struct chcr_ktls_ctx_tx *priv_ctx; in chcr_set_ktls_tx_info()