Lines Matching refs:tx_conf
135 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]);
137 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]);
310 if (ctx->tx_conf == TLS_HW)
350 if (ctx->tx_conf == TLS_SW) {
355 } else if (ctx->tx_conf == TLS_HW) {
376 if (ctx->tx_conf == TLS_SW)
380 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW;
382 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE)
393 if (ctx->tx_conf == TLS_SW)
696 ctx->tx_conf = conf;
961 ctx->tx_conf = TLS_BASE;
989 u16 config = tx ? ctx->tx_conf : ctx->rx_conf;
1041 if (ctx->tx_conf == TLS_HW && ctx->zerocopy_sendfile) {