Lines Matching refs:rx_ctx
702 struct tls_offload_context_rx *rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_device_resync_rx() local
705 trace_tls_device_rx_resync_send(sk, seq, rcd_sn, rx_ctx->resync_type); in tls_device_resync_rx()
774 struct tls_offload_context_rx *rx_ctx; in tls_device_rx_resync_new_rec() local
788 rx_ctx = tls_offload_ctx_rx(tls_ctx); in tls_device_rx_resync_new_rec()
791 switch (rx_ctx->resync_type) { in tls_device_rx_resync_new_rec()
793 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec()
799 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
803 if (likely(!rx_ctx->resync_nh_do_now)) in tls_device_rx_resync_new_rec()
816 rx_ctx->resync_nh_do_now = 0; in tls_device_rx_resync_new_rec()
821 resync_req = atomic64_read(&rx_ctx->resync_async->req); in tls_device_rx_resync_new_rec()
826 if (!tls_device_rx_resync_async(rx_ctx->resync_async, in tls_device_rx_resync_new_rec()