Lines Matching refs:resync_req
738 s64 resync_req, u32 *seq, u16 *rcd_delta) in tls_device_rx_resync_async() argument
740 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async()
741 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async()
742 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
773 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async()
786 &resync_req, 0)) in tls_device_rx_resync_async()
799 s64 resync_req; in tls_device_rx_resync_new_rec() local
814 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec()
815 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
817 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
820 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
842 resync_req = atomic64_read(&rx_ctx->resync_async->req); in tls_device_rx_resync_new_rec()
843 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
848 resync_req, &seq, &rcd_delta)) in tls_device_rx_resync_new_rec()