Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_nxp_s32_netc_psi.c89 uint32_t tout = 0xFFFFFFFF; in nxp_s32_eth_configure_cgm() local
98 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
99 tout--; in nxp_s32_eth_configure_cgm()
102 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
103 tout--; in nxp_s32_eth_configure_cgm()
106 >> MC_CGM_MUX_7_CSS_SWTRG_SHIFT != 1) && (tout > 0)) { in nxp_s32_eth_configure_cgm()
107 tout--; in nxp_s32_eth_configure_cgm()
120 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
121 tout--; in nxp_s32_eth_configure_cgm()
124 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
[all …]
/Zephyr-Core-3.7.0/scripts/tracing/
Dparse_ctf.py112 tout = th.get('out', None)
113 if tout is not None and tin is not None:
114 diff = tout - tin
/Zephyr-Core-3.7.0/subsys/net/lib/websocket/
Dwebsocket.c638 k_timeout_t tout = K_FOREVER; in websocket_prepare_and_send() local
641 tout = K_MSEC(timeout); in websocket_prepare_and_send()
648 K_TIMEOUT_EQ(tout, K_NO_WAIT) ? MSG_DONTWAIT : 0, req_end_timepoint); in websocket_prepare_and_send()
943 k_timeout_t tout = K_FOREVER; in websocket_recv_msg() local
947 tout = K_MSEC(timeout); in websocket_recv_msg()
954 end = sys_timepoint_calc(tout); in websocket_recv_msg()
993 tout = sys_timepoint_timeout(end); in websocket_recv_msg()
995 ret = wait_rx(ctx->real_sock, timeout_to_ms(&tout)); in websocket_recv_msg()
/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Dresolve.c1215 k_timeout_t tout; in dns_resolve_name() local
1231 tout = SYS_TIMEOUT_MS(timeout); in dns_resolve_name()
1235 if (K_TIMEOUT_EQ(tout, K_NO_WAIT)) { in dns_resolve_name()
1316 ctx->queries[i].timeout = tout; in dns_resolve_name()