Lines Matching refs:resync_req
700 s64 resync_req, u32 *seq, u16 *rcd_delta) in tls_device_rx_resync_async() argument
702 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async()
703 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async()
704 u32 req_end = req_seq + ((resync_req >> 16) & 0xffff); in tls_device_rx_resync_async()
735 atomic64_try_cmpxchg(&resync_async->req, &resync_req, 0)) { in tls_device_rx_resync_async()
748 &resync_req, 0)) in tls_device_rx_resync_async()
761 s64 resync_req; in tls_device_rx_resync_new_rec() local
776 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec()
777 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()
779 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
782 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()
804 resync_req = atomic64_read(&rx_ctx->resync_async->req); in tls_device_rx_resync_new_rec()
805 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()
810 resync_req, &seq, &rcd_delta)) in tls_device_rx_resync_new_rec()