Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/eeprom/
Deeprom_mchp_xec.c122 uint8_t retry_count = 0; in eeprom_xec_wait_transfer_compl() local
127 if (retry_count >= XEC_EEPROM_XFER_COMPL_RETRY_COUNT) { in eeprom_xec_wait_transfer_compl()
134 retry_count++; in eeprom_xec_wait_transfer_compl()
147 uint8_t retry_count = 0; in eeprom_xec_wait_write_compl() local
150 if (retry_count >= XEC_EEPROM_XFER_COMPL_RETRY_COUNT) { in eeprom_xec_wait_write_compl()
165 retry_count++; in eeprom_xec_wait_write_compl()
/Zephyr-Core-3.5.0/include/zephyr/net/
Dcoap_client.h85 uint8_t retry_count; member
/Zephyr-Core-3.5.0/subsys/net/lib/coap/
Dcoap_client.c63 request->retry_count = 0; in reset_internal_request()
332 internal_req->retry_count = DEFAULT_RETRY_AMOUNT; in coap_client_req()
334 internal_req->retry_count = retries; in coap_client_req()
338 &client->address, internal_req->retry_count); in coap_client_req()
714 &client->address, internal_req->retry_count); in handle_response()
/Zephyr-Core-3.5.0/drivers/i3c/
Di3c_cdns.c849 uint32_t retry_count; in cdns_i3c_cancel_transfer() local
869 retry_count = I3C_MAX_IDLE_CANCEL_WAIT_RETRIES; in cdns_i3c_cancel_transfer()
870 while (retry_count--) { in cdns_i3c_cancel_transfer()
877 if (retry_count == 0) { in cdns_i3c_cancel_transfer()
1003 uint32_t retry_count = I3C_MAX_IDLE_WAIT_RETRIES; in cdns_i3c_do_ccc() local
1005 while (!(sys_read32(config->base + MST_STATUS0) & MST_STATUS0_IDLE) && (retry_count > 0)) { in cdns_i3c_do_ccc()
1006 retry_count--; in cdns_i3c_do_ccc()
1008 if (retry_count == 0) { in cdns_i3c_do_ccc()
1391 uint32_t retry_count = I3C_MAX_IDLE_WAIT_RETRIES; in cdns_i3c_i2c_transfer() local
1393 while (!(sys_read32(config->base + MST_STATUS0) & MST_STATUS0_IDLE) && (retry_count > 0)) { in cdns_i3c_i2c_transfer()
[all …]
/Zephyr-Core-3.5.0/drivers/crypto/
Dcrypto_ataes132a.c47 int retry_count = 0; in ataes132a_send_command() local
124 if (retry_count > MAX_RETRIES - 1) { in ataes132a_send_command()
135 retry_count++; in ataes132a_send_command()
137 LOG_DBG("COMMAND RETRY %d", retry_count); in ataes132a_send_command()
/Zephyr-Core-3.5.0/drivers/modem/
Dquectel-bg9x.c975 int retry_count = 0; in modem_pdp_context_activate() local
982 while (ret == -EIO && retry_count < MDM_PDP_ACT_RETRY_COUNT) { in modem_pdp_context_activate()
996 retry_count++; in modem_pdp_context_activate()
999 if (ret == -EIO && retry_count >= MDM_PDP_ACT_RETRY_COUNT) { in modem_pdp_context_activate()
Dwncm14a2a.c1272 int ret = 0, retry_count = 0, counter = 0; in wncm14a2a_modem_reset() local
1351 retry_count++; in wncm14a2a_modem_reset()
1352 if (retry_count > 3) { in wncm14a2a_modem_reset()
Dublox-sara-r4.c1124 int ret = 0, retry_count = 0, counter = 0; in modem_reset() local
1318 retry_count++; in modem_reset()
1319 if (retry_count >= MDM_NETWORK_RETRY_COUNT) { in modem_reset()