Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx_test.c18 int tries = 10, ret; in cnxk_bphy_cgx_link_cond() local
29 } while (--tries); in cnxk_bphy_cgx_link_cond()
31 if (tries) in cnxk_bphy_cgx_link_cond()
/dpdk/drivers/common/cnxk/
H A Droc_bphy_cgx.c68 int tries = 5000; in roc_bphy_cgx_wait_for_ownership() local
86 } while (--tries); in roc_bphy_cgx_wait_for_ownership()
88 return tries ? 0 : -ETIMEDOUT; in roc_bphy_cgx_wait_for_ownership()
95 int tries = 5000; in roc_bphy_cgx_wait_for_ack() local
107 } while (--tries); in roc_bphy_cgx_wait_for_ack()
109 return tries ? 0 : -ETIMEDOUT; in roc_bphy_cgx_wait_for_ack()
/dpdk/lib/acl/
H A Dacl_bld.c1323 context->tries[n].type = RTE_ACL_FULL_TRIE; in build_one_trie()
1324 context->tries[n].count = 0; in build_one_trie()
1333 &last, &context->tries[n].count); in build_one_trie()
1354 context->tries[n].count = 0; in acl_build_tries()
1357 context->tries[0].type = RTE_ACL_FULL_TRIE; in acl_build_tries()
1376 if (num_tries == RTE_DIM(context->tries)) { in acl_build_tries()
1427 for (n = 0; n < RTE_DIM(ctx->tries); n++) { in acl_build_log()
1428 if (ctx->tries[n].count != 0) in acl_build_log()
1431 n, ctx->tries[n].count, in acl_build_log()
1432 ctx->tries[n].num_data_indexes); in acl_build_log()
[all …]
H A Dacl_run.h86 alloc_completion(struct completion *p, uint32_t size, uint32_t tries, in alloc_completion() argument
96 p[n].count = tries; in alloc_completion()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x_vfpf.c26 uint8_t tries = 0; in bnx2x_check_bull() local
35 while (tries < BNX2X_VF_BULLETIN_TRIES) { in bnx2x_check_bull()
42 ++tries; in bnx2x_check_bull()
44 if (tries == BNX2X_VF_BULLETIN_TRIES) { in bnx2x_check_bull()
46 tries); in bnx2x_check_bull()
200 int tries = 0; in bnx2x_loop_obtain_resources() local
212 tries++; in bnx2x_loop_obtain_resources()
219 tries < BNX2X_VF_OBTAIN_MAX_TRIES) { in bnx2x_loop_obtain_resources()
/dpdk/app/test/
H A Dtest_event_timer_adapter.c1218 int tries = 0; in stat_inc_reset_ev_enq() local
1223 if (sum >= num_evtims || ++tries >= MAX_TRIES) in stat_inc_reset_ev_enq()
1232 TEST_ASSERT(tries < MAX_TRIES, "Exceeded max tries"); in stat_inc_reset_ev_enq()
1543 int tries = 0; in event_timer_arm_max() local
1548 if (sum >= num_evtims || ++tries >= MAX_TRIES) in event_timer_arm_max()
1557 TEST_ASSERT(tries < MAX_TRIES, "Exceeded max tries"); in event_timer_arm_max()
/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst34 The reorder buffer directly returns late mbufs and tries to accommodate early
H A Dpacket_classif_access_ctrl.rst318 With current implementation it is a set of multi-bit tries (with stride == 8).
320 In attempt to conserve some space ACL build process tries to split the given
329 * attempt to minimize number of tries in the RT table, but
H A Dvhost_lib.rst245 fail, as this API tries to acquire the spinlock of vhost
302 it just tries to connect to the server (which responses to create the
H A Dgeneric_receive_offload_lib.rst116 packet first, then checks all packets in the "flow" and tries to find a
H A Dqos_framework.rst452 therefore it tries to send as many packets from the same pipe TC and pipe as possible (up to the av…
H A Drte_flow.rst4124 group where it tries to match on a 5-tuple, that will miss and send
/dpdk/lib/vhost/
H A Dvirtio_net.c731 uint16_t max_tries, tries = 0; in reserve_avail_buf_split() local
752 if (unlikely(++tries > max_tries)) in reserve_avail_buf_split()
1192 uint16_t max_tries, tries = 0; in vhost_enqueue_single_packed() local
1213 if (unlikely(++tries > max_tries)) in vhost_enqueue_single_packed()
1695 uint16_t max_tries, tries = 0; in vhost_enqueue_async_packed() local
1715 if (unlikely(++tries > max_tries)) in vhost_enqueue_async_packed()
/dpdk/doc/guides/nics/
H A Dice.rst280 is just this port's MAC address. If SW tries to send such packets, HW will
367 driver tries to load the default package. The type of loaded package
H A Dfail_safe.rst124 EAL first. When the fail-safe then tries to initialize it the probe operation
H A Dmlx5.rst314 being sent it tries to synchronize the time of packet appearing on
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst1061 It then tries to perform some data transfer using the scheme described above.