Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/ethernet/
Deth_nxp_s32_netc_psi.c83 uint32_t tout = 0xFFFFFFFF; in nxp_s32_eth_configure_cgm() local
92 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
93 tout--; in nxp_s32_eth_configure_cgm()
96 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
97 tout--; in nxp_s32_eth_configure_cgm()
100 >> MC_CGM_MUX_7_CSS_SWTRG_SHIFT != 1) && (tout > 0)) { in nxp_s32_eth_configure_cgm()
101 tout--; in nxp_s32_eth_configure_cgm()
114 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
115 tout--; in nxp_s32_eth_configure_cgm()
118 && (tout > 0)) { in nxp_s32_eth_configure_cgm()
[all …]
/Zephyr-Core-3.5.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.5.0/subsys/net/lib/websocket/
Dwebsocket.c610 k_timeout_t tout = K_FOREVER; in websocket_prepare_and_send() local
613 tout = K_MSEC(timeout); in websocket_prepare_and_send()
617 K_TIMEOUT_EQ(tout, K_NO_WAIT) ? MSG_DONTWAIT : 0); in websocket_prepare_and_send()
912 k_timeout_t tout = K_FOREVER; in websocket_recv_msg() local
916 tout = K_MSEC(timeout); in websocket_recv_msg()
923 end = sys_timepoint_calc(tout); in websocket_recv_msg()
962 tout = sys_timepoint_timeout(end); in websocket_recv_msg()
964 ret = wait_rx(ctx->real_sock, timeout_to_ms(&tout)); in websocket_recv_msg()
/Zephyr-Core-3.5.0/subsys/net/lib/dns/
Dresolve.c1116 k_timeout_t tout; in dns_resolve_name() local
1129 tout = SYS_TIMEOUT_MS(timeout); in dns_resolve_name()
1133 if (K_TIMEOUT_EQ(tout, K_NO_WAIT)) { in dns_resolve_name()
1199 ctx->queries[i].timeout = tout; in dns_resolve_name()