Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dpower-cmd34 RETRY=3
35 while [ $RETRY -gt 0 ]
41 RETRY=$((RETRY-1))
49 RETRY=3
50 while [ $RETRY -gt 0 ]
56 RETRY=$((RETRY-1))
74 RETRY=20
75 while [ $RETRY -gt 0 ]
82 RETRY=$((RETRY-1))
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c40 STATS_OP_FMT(RETRY).he[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
41 STATS_OP_FMT(RETRY).he[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
47 STATS_OP_FMT(RETRY).vht[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
48 STATS_OP_FMT(RETRY).vht[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
54 STATS_OP_FMT(RETRY).ht[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
55 STATS_OP_FMT(RETRY).ht[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
63 STATS_OP_FMT(RETRY).legacy[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
64 STATS_OP_FMT(RETRY).legacy[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
118 STATS_OP_FMT(RETRY).bw[0][bw] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
119 STATS_OP_FMT(RETRY).nss[0][nss] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3692 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3693 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3699 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3700 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3708 STATS_OP_FMT(RETRY).legacy[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3709 STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3763 STATS_OP_FMT(RETRY).bw[0][bw] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3764 STATS_OP_FMT(RETRY).nss[0][nss - 1] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3765 STATS_OP_FMT(RETRY).gi[0][gi] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3767 STATS_OP_FMT(RETRY).bw[1][bw] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
[all …]
/openbmc/u-boot/cmd/
H A Dotp.c31 #define RETRY 20 macro
585 for (i = 0; i < RETRY; i++) { in otp_prog_dc_b()
676 for (i = 0; i < RETRY; i++) { in otp_prog_verify_2dw()
1667 for (k = 0; k < RETRY; k++) { in otp_prog_conf()
1726 for (k = 0; k < RETRY; k++) { in otp_prog_scu_protect()
/openbmc/qemu/hw/intc/
H A Dgicv3_internal.h309 FIELD(GITS_CWRITER, RETRY, 0, 1)
/openbmc/linux/drivers/cxl/
H A Dcxlmem.h151 C(RETRY, -ENXIO, "temporary error, retry once"), \
/openbmc/qemu/target/sparc/
H A Dinsns.decode285 RETRY 10 00001 111110 00000 0 0000000000000
H A Dtranslate.c4340 TRANS(RETRY, 64, do_done_retry, false)
/openbmc/linux/drivers/nvme/host/
H A Dcore.c342 RETRY, enumerator
369 return RETRY; in nvme_decide_disposition()
416 case RETRY: in nvme_complete_rq()
/openbmc/docs/designs/
H A Dredfish-eventservice.md230 | | |RETRY ||<---------------------------------+ | | | | |
363 | | |RETRY ||<---------------------------------+ | | | | |
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch473 + [RETRY] = -EAGAIN,
2007 + RETRY,