| /dpdk/drivers/raw/cnxk_bphy/ |
| H A D | cnxk_bphy_cgx_test.c | 18 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 D | roc_bphy_cgx.c | 68 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 D | acl_bld.c | 1323 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 D | acl_run.h | 86 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 D | bnx2x_vfpf.c | 26 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 D | test_event_timer_adapter.c | 1218 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 D | reorder_lib.rst | 34 The reorder buffer directly returns late mbufs and tries to accommodate early
|
| H A D | packet_classif_access_ctrl.rst | 318 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 D | vhost_lib.rst | 245 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 D | generic_receive_offload_lib.rst | 116 packet first, then checks all packets in the "flow" and tries to find a
|
| H A D | qos_framework.rst | 452 therefore it tries to send as many packets from the same pipe TC and pipe as possible (up to the av…
|
| H A D | rte_flow.rst | 4124 group where it tries to match on a 5-tuple, that will miss and send
|
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 731 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 D | ice.rst | 280 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 D | fail_safe.rst | 124 EAL first. When the fail-safe then tries to initialize it the probe operation
|
| H A D | mlx5.rst | 314 being sent it tries to synchronize the time of packet appearing on
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 1061 It then tries to perform some data transfer using the scheme described above.
|