Home
last modified time | relevance | path

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

12

/dpdk/lib/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()
/dpdk/drivers/common/cnxk/
H A Droc_irq.c187 uint8_t retries = 5; /* 5 ms */ in dev_irq_unregister() local
211 retries--; in dev_irq_unregister()
212 } while (retries); in dev_irq_unregister()
/dpdk/drivers/event/dlb2/pf/
H A Ddlb2_main.c117 u32 retries = 0; in dlb2_pf_wait_for_device_ready() local
120 for (retries = 0; retries < DLB2_READY_RETRY_LIMIT; retries++) { in dlb2_pf_wait_for_device_ready()
140 if (retries == DLB2_READY_RETRY_LIMIT) { in dlb2_pf_wait_for_device_ready()
/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()
/dpdk/app/test/
H A Dtest_distributor.c126 unsigned int retries; in sanity_test() local
259 retries = 0; in sanity_test()
266 retries++; in sanity_test()
267 } while ((num_returned < BIG_BATCH) && (retries < 100)); in sanity_test()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_event.c428 int retries = MLX5_VDPA_INTR_RETRIES; in mlx5_vdpa_err_event_unset() local
433 while (retries-- && ret == -EAGAIN) { in mlx5_vdpa_err_event_unset()
441 retries); in mlx5_vdpa_err_event_unset()
H A Dmlx5_vdpa.c202 int retries = MLX5_VDPA_MAX_RETRIES; in mlx5_vdpa_mtu_set() local
224 while (retries--) { in mlx5_vdpa_mtu_set()
/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
/dpdk/drivers/net/netvsc/
H A Dhn_nvs.c508 unsigned int retries = 0; in hn_nvs_ack_rxbuf() local
533 if (++retries < 10) { in hn_nvs_ack_rxbuf()
/dpdk/drivers/net/hns3/
H A Dhns3_intr.c2702 ret, hw->reset.retries); in hns3_reset_post()
2707 hw->reset.retries = 0; in hns3_reset_post()
2721 ret, hw->reset.retries); in hns3_reset_post()
2726 hw->reset.retries = 0; in hns3_reset_post()
2762 hw->reset.retries++; in hns3_reset_post()
2763 if (hw->reset.retries < TIMEOUT_RETRIES_CNT) { in hns3_reset_post()
2769 hw->reset.retries = 0; in hns3_reset_post()
H A Dhns3_ethdev.h413 int retries; /* Timeout failure retry in reset_post */ member
/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst53 pointer to the head of the list. The operation retries if it is unsuccessful
/dpdk/drivers/common/qat/
H A Dqat_qp.c875 uint8_t retries = 0; in qat_cq_dequeue_response() local
880 while (retries++ < QAT_CQ_MAX_DEQ_RETRIES && in qat_cq_dequeue_response()
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst22 inserted between enqueue and dequeue so no cycles are wasted in retries while
H A Dcryptoperf.rst23 These cycles are consumed by retries and inefficient API calls enqueuing and
/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c1270 u8 retries; in ixgbe_identify_sfp_module_generic() local
1296 for (retries = 0; retries < 5; retries++) { in ixgbe_identify_sfp_module_generic()
H A Dixgbe_x550.c378 u16 retries = FW_PHY_ACT_RETRIES; in ixgbe_fw_phy_activity() local
405 --retries; in ixgbe_fw_phy_activity()
406 } while (retries > 0); in ixgbe_fw_phy_activity()
4278 int retries = FW_PHY_TOKEN_RETRIES; in ixgbe_acquire_swfw_sync_X550a() local
4283 while (--retries) { in ixgbe_acquire_swfw_sync_X550a()
/dpdk/drivers/net/ixgbe/
H A Drte_pmd_ixgbe.c951 int retries = FW_PHY_TOKEN_RETRIES; in rte_pmd_ixgbe_acquire_swfw() local
954 while (--retries) { in rte_pmd_ixgbe_acquire_swfw()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.c1225 int ret, retries = 0; in hinic_disable_interrupt() local
1245 retries++; in hinic_disable_interrupt()
1251 } while (retries < HINIC_INTR_CB_UNREG_MAX_RETRIES); in hinic_disable_interrupt()
1253 if (retries == HINIC_INTR_CB_UNREG_MAX_RETRIES) in hinic_disable_interrupt()
1255 retries); in hinic_disable_interrupt()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c628 int retries = 1024; in mlx5_aso_flow_hit_queue_poll_stop() local
633 while (--retries) { in mlx5_aso_flow_hit_queue_poll_stop()
H A Dmlx5.c589 int retries = 1024; in mlx5_flow_counters_mng_close() local
592 while (--retries) { in mlx5_flow_counters_mng_close()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c1994 int retries = 10; in dpaa2_dev_set_link_down() local
2026 } while (dpni_enabled && --retries); in dpaa2_dev_set_link_down()
2028 if (!retries) { in dpaa2_dev_set_link_down()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c3210 int retries = FW_CMD_HELLO_RETRIES; in t4_fw_hello() local
3233 if ((ret == -EBUSY || ret == -ETIMEDOUT) && retries-- > 0) in t4_fw_hello()
3288 if (retries-- > 0) in t4_fw_hello()
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c1206 int retries = 0; in ngbe_dev_close() local
1239 } while (retries++ < (10 + NGBE_LINK_UP_TIME)); in ngbe_dev_close()
/dpdk/drivers/net/qede/base/
H A Decore_mcp.c349 u32 retries = ECORE_MCP_RESET_RETRIES; in ecore_mcp_reset() local
355 retries = ECORE_EMUL_MCP_RESET_RETRIES; in ecore_mcp_reset()
381 } while (cnt++ < retries); in ecore_mcp_reset()

12