| /dpdk/app/test/ |
| H A D | resource.c | 187 int attempts = 0; in resource_rm_by_tar() local 203 while (try_again && attempts < 10000) { in resource_rm_by_tar() 241 attempts += 1; in resource_rm_by_tar() 251 attempts += 1; in resource_rm_by_tar() 254 if (attempts >= 10000) { in resource_rm_by_tar()
|
| H A D | test_pie.c | 260 uint32_t attempts) in increase_qsize() argument 264 for (i = 0; i < attempts; i++) { in increase_qsize()
|
| H A D | test_red.c | 306 uint32_t attempts) in increase_actual_qsize() argument 310 for (i = 0; i < attempts; i++) { in increase_actual_qsize()
|
| /dpdk/lib/hash/ |
| H A D | rte_thash.c | 763 uint32_t desired_value, unsigned int attempts, in rte_thash_adjust_tuple() argument 775 (tuple_len % sizeof(uint32_t) != 0) || (attempts <= 0)) in rte_thash_adjust_tuple() 780 attempts = RTE_MIN(attempts, 1U << (h->tuple_len - ctx->reta_sz_log)); in rte_thash_adjust_tuple() 782 for (i = 0; i < attempts; i++) { in rte_thash_adjust_tuple() 809 else if (i < (attempts - 1)) { in rte_thash_adjust_tuple()
|
| H A D | rte_thash.h | 494 uint32_t desired_value, unsigned int attempts,
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 293 int attempts, int delay, u32 *valp); 296 int polarity, int attempts, int delay) in t4_wait_op_done() argument 298 return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts, in t4_wait_op_done()
|
| H A D | t4_hw.c | 132 int polarity, int attempts, int delay, u32 *valp) in t4_wait_op_done_val() argument 142 if (--attempts == 0) in t4_wait_op_done_val()
|
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_i210.c | 296 u32 attempts = 100000; in e1000_write_nvm_srwr() local 321 for (k = 0; k < attempts; k++) { in e1000_write_nvm_srwr()
|
| H A D | e1000_nvm.c | 214 u32 attempts = 100000; in e1000_poll_eerd_eewr_done() local 219 for (i = 0; i < attempts; i++) { in e1000_poll_eerd_eewr_done()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 2593 hw->reset.attempts = 0; in hns3_reset_err_handle() 2603 hw->reset.attempts++; in hns3_reset_err_handle() 2604 if (hw->reset.attempts < MAX_RESET_FAIL_CNT) { in hns3_reset_err_handle() 2608 hw->reset.attempts); in hns3_reset_err_handle() 2621 hw->reset.attempts = 0; in hns3_reset_err_handle() 2734 hw->reset.attempts = 0; in hns3_reset_post()
|
| H A D | hns3_ethdev.h | 412 int attempts; /* Reset failure retry */ member
|
| H A D | hns3_ethdev_vf.c | 1888 if (hw->reset.attempts) in hns3vf_wait_hardware_ready()
|
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_i225.c | 552 u32 attempts = 100000; in __igc_write_nvm_srwr() local 574 for (k = 0; k < attempts; k++) { in __igc_write_nvm_srwr()
|
| H A D | igc_nvm.c | 212 u32 attempts = 100000; in igc_poll_eerd_eewr_done() local 217 for (i = 0; i < attempts; i++) { in igc_poll_eerd_eewr_done()
|
| /dpdk/doc/guides/faq/ |
| H A D | faq.rst | 82 To achieve higher throughput, the DPDK attempts to aggregate the cost of processing each packet ind… 85 The testpmd application then immediately attempts to transmit all the packets that were received, i…
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | sw.rst | 54 The scheduling quanta sets the number of events that the device attempts to
|
| H A D | dlb2.rst | 194 If a port attempts to enqueue and has no credits available, the enqueue
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 206 * The number of attempts to change the tuple. Basically, it makes sense if 207 there is a callback and a limit on the number of attempts to change the
|
| H A D | writing_efficient_code.rst | 143 the DPDK attempts to aggregate the cost of processing each packet individually by processing packet… 148 The testpmd application then immediately attempts to transmit all the packets that were received,
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mlx5.rst | 47 and will be validated when the hardware attempts to access it.
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_vf.c | 294 int attempts = 0; in ecore_vf_pf_acquire() local 366 attempts++; in ecore_vf_pf_acquire() 384 attempts < ECORE_VF_ACQUIRE_THRESH) { in ecore_vf_pf_acquire()
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 170 …In this case, if the application attempts to create an object, such as a ring or memory pool in so…
|
| /dpdk/doc/guides/nics/ |
| H A D | memif.rst | 69 Client interface attempts to make a connection on assigned socket. Process
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | known_issues.rst | 204 …Packets with other source address values are dropped by the NIC if the application attempts to tra…
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 315 ``all`` attempts to add all channels for the VM:
|