Searched refs:retry_cnt (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.sbin/relayd/
H A Dhce.c226 if (host->up == HOST_DOWN && host->retry_cnt) {
228 host->conf.name, host->retry_cnt);
230 host->retry_cnt--;
232 host->retry_cnt = host->conf.retry;
241 st.retry_cnt = host->retry_cnt;
H A Dpfe.c137 host->retry_cnt = st.retry_cnt;
H A Drelayd.h124 int retry_cnt; member in struct:ctl_status
444 int retry_cnt; member in struct:host
H A Dagentx_control.c1111 SNMP_ELEMENT(".1.9.0", SNMP_INTEGER32, NULL, host->retry_cnt, pdu);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dpsp_v13_0.c164 int retry_loop, retry_cnt, ret; local
166 retry_cnt =
175 for (retry_loop = 0; retry_loop < retry_cnt; retry_loop++) {
/openbsd-current/usr.sbin/relayctl/
H A Drelayctl.c388 if (host->retry_cnt)
389 printf(", %d retries", host->retry_cnt);
/openbsd-current/sys/dev/ic/
H A Dwdc.c506 int retry_cnt = 0; local
525 if (retry_cnt == 0 && chp->ch_status == 0x00) {
528 retry_cnt++;
/openbsd-current/sys/dev/pci/
H A Dif_bnx.c1054 u_int32_t val, retry_cnt = 5; local
1061 for (idx = 0; idx < retry_cnt; idx++) {
3107 int i, retry_cnt = 10; local
3121 for (i = 0; i < retry_cnt; i++) {
3144 for (j = 0; j < retry_cnt; j++) {
H A Dif_iwxreg.h6164 * @retry_cnt: retry count
6184 uint8_t retry_cnt; member in struct:iwx_compressed_ba_notif
H A Dif_bnxtreg.h25361 uint8_t retry_cnt; member in struct:cmdq_modify_qp
27481 uint8_t retry_cnt; member in struct:creq_query_qp_resp_sb
[all...]

Completed in 613 milliseconds