Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dwncm14a2a.c1537 int32_t timeout_sec = -1; /* if not changed, this will be min timeout */ in offload_connect() local
1542 timeout_sec = timeout / MSEC_PER_SEC; in offload_connect()
1592 timeout_sec = CLAMP(timeout_sec, 30, 360); in offload_connect()
1596 dst_port, timeout_sec); in offload_connect()