Searched refs:chcr_ktls_ctx_tx (Results 1 – 1 of 1) sorted by relevance
70 struct chcr_ktls_ctx_tx { struct84 struct chcr_ktls_ctx_tx *priv_ctx; in __chcr_get_ktls_tx_info() argument86 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()