Home
last modified time | relevance | path

Searched refs:retries (Results 1 – 25 of 49) sorted by relevance

12

/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_spinlock.h80 int i, retries; in rte_try_tm() local
85 retries = RTE_RTM_MAX_RETRIES; in rte_try_tm()
87 while (likely(retries--)) { in rte_try_tm()
108 int try_count = RTE_RTM_MAX_RETRIES - retries; in rte_try_tm()
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_irq.c196 uint8_t retries = 5; /* 5 ms */ in otx2_unregister_irq() local
217 retries--; in otx2_unregister_irq()
218 } while (retries); in otx2_unregister_irq()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies.kshlib138 ((retries = 0))
139 while ((post_used < target_size && retries++ < 42)); do
/f-stack/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c112 u32 retries = 0; in dlb2_pf_wait_for_device_ready() local
115 for (retries = 0; retries < DLB2_READY_RETRY_LIMIT; retries++) { in dlb2_pf_wait_for_device_ready()
130 if (retries == DLB2_READY_RETRY_LIMIT) { in dlb2_pf_wait_for_device_ready()
/f-stack/freebsd/net/
H A Ddebugnet_inet.c399 int error, polls, retries; in debugnet_arp_gw() local
403 for (retries = 0; retries < debugnet_arp_nretries; retries++) { in debugnet_arp_gw()
H A Ddebugnet.c243 int retries, polls, error; in debugnet_send() local
250 retries = 0; in debugnet_send()
332 if (retries++ > debugnet_nretries) in debugnet_send()
/f-stack/freebsd/net80211/
H A Dieee80211_amrr.c386 int retries; in amrr_tx_complete() local
391 retries = 0; in amrr_tx_complete()
393 retries = status->long_retries; in amrr_tx_complete()
398 amn->amn_retrycnt += retries; in amrr_tx_complete()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c494 int retries = MLX5_VDPA_INTR_RETRIES; in mlx5_vdpa_err_event_unset() local
499 while (retries-- && ret == -EAGAIN) { in mlx5_vdpa_err_event_unset()
506 priv->err_intr_handle.fd, retries); in mlx5_vdpa_err_event_unset()
566 int retries = MLX5_VDPA_INTR_RETRIES; in mlx5_vdpa_cqe_event_unset() local
571 while (retries-- && ret == -EAGAIN) { in mlx5_vdpa_cqe_event_unset()
578 priv->intr_handle.fd, retries); in mlx5_vdpa_cqe_event_unset()
H A Dmlx5_vdpa_virtq.c57 int retries = MLX5_VDPA_INTR_RETRIES; in mlx5_vdpa_virtq_unset() local
61 while (retries-- && ret == -EAGAIN) { in mlx5_vdpa_virtq_unset()
69 (int)virtq->index, retries); in mlx5_vdpa_virtq_unset()
H A Dmlx5_vdpa.c231 int retries = MLX5_VDPA_MAX_RETRIES; in mlx5_vdpa_mtu_set() local
252 while (retries--) { in mlx5_vdpa_mtu_set()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c686 uint32_t pending, retries = 5; in otx_cpt_stop_device() local
696 retries--; in otx_cpt_stop_device()
697 if (!retries) in otx_cpt_stop_device()
701 if (!retries && pending) { in otx_cpt_stop_device()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-pm8941.dtsi176 qcom,ocp-max-retries = <10>;
186 qcom,ocp-max-retries = <10>;
/f-stack/dpdk/app/test/
H A Dtest_distributor.c115 unsigned int retries; in sanity_test() local
246 retries = 0; in sanity_test()
253 retries++; in sanity_test()
254 } while ((num_returned < BIG_BATCH) && (retries < 100)); in sanity_test()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c148 int retries; member
3065 transaction->retries = 0; in __cvmx_usb_poll_channel()
3066 transaction->retries++; in __cvmx_usb_poll_channel()
3067 if (transaction->retries > MAX_RETRIES) in __cvmx_usb_poll_channel()
3096 transaction->retries++; in __cvmx_usb_poll_channel()
3106 transaction->retries = 0; in __cvmx_usb_poll_channel()
3116 transaction->retries++; in __cvmx_usb_poll_channel()
3117 if ((transaction->retries & 0x3) == 0) in __cvmx_usb_poll_channel()
3128 transaction->retries = 0; in __cvmx_usb_poll_channel()
3304 transaction->retries = 0; in __cvmx_usb_poll_channel()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst135 The rx-retry option enables/disables enqueue retries when the guests Rx queue
141 The rx-retry-num option specifies the number of retries on an Rx burst, it
146 retries on an RX burst, it takes effect only when rx retry is enabled. The
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c503 unsigned int retries = 0; in hn_nvs_ack_rxbuf() local
528 if (++retries < 10) { in hn_nvs_ack_rxbuf()
/f-stack/freebsd/sys/
H A Dmtio.h170 u_int32_t retries; /* total # retries performed */ member
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_serdes_25g.c986 uint32_t retries = AL_SERDES_25G_RESET_NUM_RETRIES; in al_serdes_25g_rx_equalization() local
997 while (retries > 0) { in al_serdes_25g_rx_equalization()
1041 retries--; in al_serdes_25g_rx_equalization()
1063 retries--; in al_serdes_25g_rx_equalization()
1074 if (retries == 0) { in al_serdes_25g_rx_equalization()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c2070 ret, hw->reset.retries); in hns3_reset_post()
2075 hw->reset.retries = 0; in hns3_reset_post()
2089 ret, hw->reset.retries); in hns3_reset_post()
2094 hw->reset.retries = 0; in hns3_reset_post()
2131 hw->reset.retries++; in hns3_reset_post()
2132 if (hw->reset.retries < TIMEOUT_RETRIES_CNT) { in hns3_reset_post()
2138 hw->reset.retries = 0; in hns3_reset_post()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dfsl-imx-esdhc.txt45 tuning step can't find the proper delay window within limited tuning retries.
H A Dfsl-imx-esdhc.yaml89 tuning step can't find the proper delay window within limited tuning retries.
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c658 int retries = 1024; in mlx5_aso_queue_stop() local
663 while (--retries) { in mlx5_aso_queue_stop()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c806 int ret = 0, tx_msgstatus, retries; in xlpge_tx() local
876 for (retries = 16; retries > 0; retries--) { in xlpge_tx()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib393 typeset -i retries=0
395 if (( $retries > 2 )); then
399 (( ++retries ))
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst53 pointer to the head of the list. The operation retries if it is unsuccessful

12