Home
last modified time | relevance | path

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

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-image.sh137 RETRY=0
144 RETRY=$[RETRY+1]
145 [ $RETRY -gt $MAX_RETRY ] && fatal "Failed to make image!"
146 echo "Retring with increased size....($RETRY/$MAX_RETRY)"
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.c39 STATS_OP_FMT(RETRY).he[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
40 STATS_OP_FMT(RETRY).he[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
46 STATS_OP_FMT(RETRY).vht[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
47 STATS_OP_FMT(RETRY).vht[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
53 STATS_OP_FMT(RETRY).ht[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
54 STATS_OP_FMT(RETRY).ht[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
62 STATS_OP_FMT(RETRY).legacy[0][mcs] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
63 STATS_OP_FMT(RETRY).legacy[1][mcs] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
117 STATS_OP_FMT(RETRY).bw[0][bw] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
118 STATS_OP_FMT(RETRY).nss[0][nss] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbdevhw.c876 RETRY: in fbdevHWDPMSSet()
885 goto RETRY; in fbdevHWDPMSSet()
910 RETRY: in fbdevHWSaveScreen()
919 goto RETRY; in fbdevHWSaveScreen()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3567 STATS_OP_FMT(RETRY).vht[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3568 STATS_OP_FMT(RETRY).vht[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3574 STATS_OP_FMT(RETRY).ht[0][ht_idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3575 STATS_OP_FMT(RETRY).ht[1][ht_idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3583 STATS_OP_FMT(RETRY).legacy[0][mcs] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3584 STATS_OP_FMT(RETRY).legacy[1][mcs] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
3638 STATS_OP_FMT(RETRY).bw[0][bw] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3639 STATS_OP_FMT(RETRY).nss[0][nss - 1] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3640 STATS_OP_FMT(RETRY).gi[0][gi] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()
3642 STATS_OP_FMT(RETRY).bw[1][bw] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_update.c733 RETRY: in elan_check_update_flage()
739 goto RETRY; in elan_check_update_flage()
H A Delan_ts.c175 RETRY: in elan_ic_status()
181 goto RETRY; in elan_ic_status()
191 goto RETRY; in elan_ic_status()
200 goto RETRY; in elan_ic_status()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c277 RETRY, enumerator
300 return RETRY; in nvme_decide_disposition()
328 case RETRY: in nvme_complete_rq()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c7895 #define RETRY 1 macro
7941 return RETRY; in ilk_fdi_compute_config()
13472 if (ret == RETRY) { in intel_modeset_pipe_config()