Searched refs:resync_req (Results 1 – 3 of 3) sorted by relevance
740 s64 resync_req, u32 *seq, u16 *rcd_delta) in tls_device_rx_resync_async() argument742 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async()743 u32 req_seq = resync_req >> 32; in tls_device_rx_resync_async()788 &resync_req, 0)) in tls_device_rx_resync_async()801 s64 resync_req; in tls_device_rx_resync_new_rec() local816 resync_req = atomic64_read(&rx_ctx->resync_req); in tls_device_rx_resync_new_rec()817 req_seq = resync_req >> 32; in tls_device_rx_resync_new_rec()819 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()822 !atomic64_try_cmpxchg(&rx_ctx->resync_req, &resync_req, 0)) in tls_device_rx_resync_new_rec()845 is_req_pending = resync_req; in tls_device_rx_resync_new_rec()[all …]
308 bool resync_req; in kvmppc_realmode_hmi_handler() local334 resync_req = kvmppc_tb_resync_required(); in kvmppc_realmode_hmi_handler()360 if (resync_req) { in kvmppc_realmode_hmi_handler()
327 atomic64_t resync_req; member456 atomic64_set(&rx_ctx->resync_req, ((u64)ntohl(seq) << 32) | RESYNC_REQ); in tls_offload_rx_resync_request()
Completed in 7 milliseconds