Lines Matching refs:TLS_HW
241 if (ctx->tx_conf == TLS_HW)
286 } else if (ctx->tx_conf == TLS_HW) {
294 } else if (ctx->rx_conf == TLS_HW) {
311 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW;
326 if (ctx->rx_conf == TLS_SW || ctx->rx_conf == TLS_HW)
548 conf = TLS_HW;
562 conf = TLS_HW;
665 ops[TLS_HW ][TLS_BASE] = ops[TLS_BASE][TLS_BASE];
666 ops[TLS_HW ][TLS_BASE].sendpage_locked = NULL;
668 ops[TLS_HW ][TLS_SW ] = ops[TLS_BASE][TLS_SW ];
669 ops[TLS_HW ][TLS_SW ].sendpage_locked = NULL;
671 ops[TLS_BASE][TLS_HW ] = ops[TLS_BASE][TLS_SW ];
673 ops[TLS_SW ][TLS_HW ] = ops[TLS_SW ][TLS_SW ];
675 ops[TLS_HW ][TLS_HW ] = ops[TLS_HW ][TLS_SW ];
676 ops[TLS_HW ][TLS_HW ].sendpage_locked = NULL;
737 prot[TLS_HW][TLS_BASE] = prot[TLS_BASE][TLS_BASE];
738 prot[TLS_HW][TLS_BASE].sendmsg = tls_device_sendmsg;
739 prot[TLS_HW][TLS_BASE].sendpage = tls_device_sendpage;
741 prot[TLS_HW][TLS_SW] = prot[TLS_BASE][TLS_SW];
742 prot[TLS_HW][TLS_SW].sendmsg = tls_device_sendmsg;
743 prot[TLS_HW][TLS_SW].sendpage = tls_device_sendpage;
745 prot[TLS_BASE][TLS_HW] = prot[TLS_BASE][TLS_SW];
747 prot[TLS_SW][TLS_HW] = prot[TLS_SW][TLS_SW];
749 prot[TLS_HW][TLS_HW] = prot[TLS_HW][TLS_SW];